Fix sonarjs no-nested-switch

This commit is contained in:
Bill Thornton 2022-10-03 10:12:13 -04:00
parent 272a74e7aa
commit bdc97c45b8
2 changed files with 39 additions and 36 deletions

View file

@ -76,7 +76,6 @@ module.exports = {
'sonarjs/no-duplicate-string': ['off'],
'sonarjs/no-duplicated-branches': ['off'],
'sonarjs/no-identical-functions': ['off'],
'sonarjs/no-nested-switch': ['off'],
'sonarjs/no-redundant-jump': ['off'],
'sonarjs/no-small-switch': ['off'],
'sonarjs/no-unused-collection': ['off'],