Fix sonarjs no-unused-collection
This commit is contained in:
parent
bdc97c45b8
commit
4669939eeb
2 changed files with 8 additions and 8 deletions
|
@ -78,7 +78,6 @@ module.exports = {
|
|||
'sonarjs/no-identical-functions': ['off'],
|
||||
'sonarjs/no-redundant-jump': ['off'],
|
||||
'sonarjs/no-small-switch': ['off'],
|
||||
'sonarjs/no-unused-collection': ['off'],
|
||||
'sonarjs/prefer-object-literal': ['off'],
|
||||
'sonarjs/prefer-single-boolean-return': ['off']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue