Skip to content

Releases: SonarSource/eslint-plugin-sonarjs

0.20.0

04 Aug 09:03
8e3a683
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0...0.20.0

0.19.0

20 Mar 09:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.19.0

0.18.0

11 Jan 14:44
c78c7c1
Compare
Choose a tag to compare

Update json5 dep

0.17.0

05 Dec 14:52
590a720
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

10 Oct 11:50
9a7e539
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

08 Aug 14:08
0081ef7
Compare
Choose a tag to compare
  • Add exception to S4144

0.14.0

21 Jul 09:57
b211bf1
Compare
Choose a tag to compare
  • Fix FP in no-gratuitous-expressions: inlined react expression
  • Update Babel parser to use @babel/eslint-parser
  • Update other dependencies

0.13.0

29 Mar 07:29
84b2cbd
Compare
Choose a tag to compare

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

18 Feb 11:34
792914a
Compare
Choose a tag to compare

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

0.11.0

01 Dec 08:15
d04e171
Compare
Choose a tag to compare
  • Support ESLint 8.x
  • Fix secondary locations (#304, in sonar-runtime only)
  • Fix no-duplicate-string: ignore import expressions (#305)

Many thanks to our contributors! 🥇

Full Changelog: 0.10.0...0.11.0