npm eslint-plugin-sonarjs 0.2.0
v0.2.0

latest releases: 0.25.1, 0.25.0, 0.24.0...
5 years ago

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.

Don't miss a new eslint-plugin-sonarjs release

NewReleases is sending notifications on new releases.