1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix sonarjs no-gratuitous-expressions

This commit is contained in:
Bill Thornton 2022-10-03 10:04:40 -04:00
parent 857973ec45
commit 272a74e7aa
2 changed files with 1 additions and 2 deletions

View file

@ -75,7 +75,6 @@ module.exports = {
'sonarjs/no-collapsible-if': ['off'],
'sonarjs/no-duplicate-string': ['off'],
'sonarjs/no-duplicated-branches': ['off'],
'sonarjs/no-gratuitous-expressions': ['off'],
'sonarjs/no-identical-functions': ['off'],
'sonarjs/no-nested-switch': ['off'],
'sonarjs/no-redundant-jump': ['off'],