This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
Releases: SonarSource/eslint-plugin-sonarjs
Releases · SonarSource/eslint-plugin-sonarjs
0.21.0
What's Changed
- Fix FP S1764 (
no-identical-expressions
): using BigInts in bit shifting - Update vulnerable dependencies
Full Changelog: 0.20.0...0.21.0
0.20.0
What's Changed
- Update
no-duplicate-string
: AddignoreStrings
option by @yassin-kammoun-sonarsource in #405
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
- Modify rule S1862 (
no-identical-conditions
): Consider identical cases of switch statements by @yassin-kammoun-sonarsource in #393 - Modify S1862 (
no-identical-conditions
): Detect duplicated condition overlaps by @yassin-kammoun-sonarsource in #394
Full Changelog: 0.18.0...0.19.0
0.18.0
0.17.0
What's Changed
- Improve S3776: Exclude complexity of JSX short-circuits by @francoismora in #377
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
- Fix S1125 (
no-redundant-boolean
): Improve message by @victor-diez-sonarsource in #369
Full Changelog: 0.15.0...0.16.0
0.15.0
0.14.0
0.13.0
New suggestions
- Add suggestion for 'no-redundant-jump' (#338)
- Add suggestion for 'no-collection-size-mischeck' (#340)
- Add suggestion for 'prefer-single-boolean-return' (#337)
- Add suggestion for 'non-existent-operator' (#336)
- Add suggestion for 'no-same-line-conditional' (#339)
Many thanks to our contributor! 🥇
Full Changelog: 0.12.0...0.13.0
0.12.0
Main changes
- Improve
no-identical-functions
: add option for min function size (#325) - Improve
no-nested-template-literals
: do not report on multiline literal (#326) - Improve
prefer-single-boolean-return
: report when next statement returns boolean (#324) - Deactivate
no-inverted-boolean
and replace fix with suggestion (#322)
Many thanks to our contributors! 🥇
- @B2o5T for improving
prefer-single-boolean-return
(#318) - @vanyaraspopov for suggesting min function size configuration for
no-identical-functions
(#320)
Full Changelog: 0.11.0...0.12.0