Releases: SonarSource/eslint-plugin-sonarjs
v0.4.0
We are happy to announce eslint-plugin-sonarjs 0.4
This version includes
- 1 new rule: "Collapsible 'if' statements should be merged" no-collapsible-if
- some bug fixes and improvements
You can find the details of this release in this milestone:
https://github.com/SonarSource/eslint-plugin-sonarjs/milestone/5?closed=1
v0.3.0
We are happy to announce eslint-plugin-sonarjs 0.3
This version includes an improvement for prefer-immediate-return
rule and the support of secondary issue locations when those rules are executed together with SonarJS.
You can find the details of this release in this milestone:
https://github.com/SonarSource/eslint-plugin-sonarjs/milestone/2?closed=1
You can provide any feedback, as usual, on GitHub Issues.
v0.2.0
We are happy to announce eslint-plugin-sonarjs 0.2
This version includes 5 new rules:
- Object literal syntax should be used (
prefer-object-literal
) - String literals should not be duplicated (
no-duplicate-string
) - "switch" statements should not have too many "case" clauses (
max-switch-cases
) - "catch" clauses should do more than rethrow (
no-useless-catch
) - Boolean checks should not be inverted (
no-inverted-boolean-check
)
You can find the details of this release in this milestone:
https://github.com/SonarSource/eslint-plugin-sonarjs/milestone/4?closed=1
You can provide any feedback, as usual, on GitHub Issues.
v0.1.1
Add support for eslint 5