Valentin Popov 429404c8e2 Restructured ROADMAP.md
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 11:26:49 +04:00

760 B

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"