Merge pull request #4014 from thornbill/eslint-no-small-switch

Fix sonarjs no-small-switch
This commit is contained in:
Bill Thornton 2022-10-11 03:03:37 -04:00 committed by GitHub
commit 8a9cdbfca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 29 additions and 46 deletions

View file

@ -76,7 +76,6 @@ module.exports = {
'sonarjs/cognitive-complexity': ['warn'],
// TODO: Enable the following rules and fix issues
'sonarjs/no-duplicate-string': ['off'],
'sonarjs/no-small-switch': ['off'],
'sonarjs/prefer-object-literal': ['off'],
'sonarjs/prefer-single-boolean-return': ['off']
},