aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 11:25:05 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 11:25:05 +0300
commit3a6a1d0c3ad4d742e4da37b93613cf77b066dc7f (patch)
tree46ee4492ffb3ff780281966e90debf21d91d39db /ROADMAP.md
parent570290241dc983abfb14bb20b0e8eb8b3a74a22d (diff)
downloadeslint-config-3a6a1d0c3ad4d742e4da37b93613cf77b066dc7f.tar.xz
eslint-config-3a6a1d0c3ad4d742e4da37b93613cf77b066dc7f.zip
feat(sonar): Initial SonarJS plugin
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 8cc9d68..895366f 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -340,6 +340,34 @@
- [ ] "detect-pseudoRandomBytes"
- [ ] "detect-unsafe-regex"
+## SonarJS
+
+- [ ] "cognitive-complexity"
+- [ ] "max-switch-cases"
+- [ ] "no-all-duplicated-branches"
+- [ ] "no-collapsible-if"
+- [ ] "no-collection-size-mischeck"
+- [ ] "no-duplicate-string"
+- [ ] "no-duplicated-branches"
+- [ ] "no-element-overwrite"
+- [ ] "no-extra-arguments"
+- [ ] "no-identical-conditions"
+- [ ] "no-identical-expressions"
+- [ ] "no-identical-functions"
+- [ ] "no-inverted-boolean-check"
+- [ ] "no-one-iteration-loop"
+- [ ] "no-redundant-boolean"
+- [ ] "no-redundant-jump"
+- [ ] "no-same-line-conditional"
+- [ ] "no-small-switch"
+- [ ] "no-unused-collection"
+- [ ] "no-use-of-empty-return-value"
+- [ ] "no-useless-catch"
+- [ ] "prefer-immediate-return"
+- [ ] "prefer-object-literal"
+- [ ] "prefer-single-boolean-return"
+- [ ] "prefer-while"
+
## TypeScript
- [ ] "adjacent-overload-signatures"