Fix sonarjs no-small-switch
This commit is contained in:
parent
762573bef8
commit
76ed503c81
8 changed files with 29 additions and 46 deletions
|
@ -77,7 +77,6 @@ module.exports = {
|
|||
// TODO: Enable the following rules and fix issues
|
||||
'sonarjs/no-duplicate-string': ['off'],
|
||||
'sonarjs/no-redundant-jump': ['off'],
|
||||
'sonarjs/no-small-switch': ['off'],
|
||||
'sonarjs/prefer-object-literal': ['off'],
|
||||
'sonarjs/prefer-single-boolean-return': ['off']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue