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:
parent
857973ec45
commit
272a74e7aa
2 changed files with 1 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue