diff options
author | Valentin Popov <info@valentineus.link> | 2020-10-02 16:19:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 16:19:18 +0300 |
commit | ca3472cf54466250deafbb210d81054674b5a27d (patch) | |
tree | 975dc87692d80347b3604e3d649a65dbd51e50f6 /docs/roadmap/sonarjs.md | |
parent | a7aeded00994c56e4a6f24f53944b159be3a253d (diff) | |
parent | 8a1a4a502c1045e3f74bfe74addad130edb99f48 (diff) | |
download | eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.tar.xz eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.zip |
Merge pull request #7 from valentineus/release/2020-06-18
Release/2020 06 18
Diffstat (limited to 'docs/roadmap/sonarjs.md')
-rw-r--r-- | docs/roadmap/sonarjs.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/roadmap/sonarjs.md b/docs/roadmap/sonarjs.md new file mode 100644 index 0000000..fe2ebe5 --- /dev/null +++ b/docs/roadmap/sonarjs.md @@ -0,0 +1,27 @@ +# SonarJS + +- [X] "cognitive-complexity" +- [X] "max-switch-cases" +- [X] "no-all-duplicated-branches" +- [X] "no-collapsible-if" +- [X] "no-collection-size-mischeck" +- [X] "no-duplicate-string" +- [X] "no-duplicated-branches" +- [X] "no-element-overwrite" +- [X] "no-extra-arguments" +- [X] "no-identical-conditions" +- [X] "no-identical-expressions" +- [X] "no-identical-functions" +- [X] "no-inverted-boolean-check" +- [X] "no-one-iteration-loop" +- [X] "no-redundant-boolean" +- [X] "no-redundant-jump" +- [X] "no-same-line-conditional" +- [X] "no-small-switch" +- [X] "no-unused-collection" +- [X] "no-use-of-empty-return-value" +- [X] "no-useless-catch" +- [X] "prefer-immediate-return" +- [X] "prefer-object-literal" +- [X] "prefer-single-boolean-return" +- [X] "prefer-while" |