Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
feat: add new sonarts rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yenbekbay committed Jun 15, 2018
1 parent b821f5b commit b8f0ed9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = {
'no-case-with-or': true,
'no-collection-size-mischeck': true,
'no-dead-store': true,
'no-duplicate-in-composite': true,
'no-duplicate-string': true,
'no-duplicated-branches': true,
'no-element-overwrite': true,
Expand All @@ -58,13 +59,17 @@ module.exports = {
'no-identical-functions': true,
'no-ignored-initial-value': true,
'no-ignored-return': true,
'no-in-misuse': true,
'no-misleading-array-reverse': true,
'no-redundant-boolean': true,
'no-redundant-jump': true,
'no-small-switch': true,
'no-unconditional-jump': true,
'no-undefined-argument': true,
'no-unused-array': true,
'no-useless-cast': true,
'no-useless-increment': true,
'prefer-promise-shorthand': true,
'use-type-alias': true,
},
};

0 comments on commit b8f0ed9

Please sign in to comment.