mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix sonarjs max-switch-cases
This commit is contained in:
parent
dfca85dea4
commit
857973ec45
2 changed files with 0 additions and 6 deletions
|
@ -72,7 +72,6 @@ module.exports = {
|
|||
|
||||
'sonarjs/cognitive-complexity': ['warn'],
|
||||
// TODO: Enable the following rules and fix issues
|
||||
'sonarjs/max-switch-cases': ['off'],
|
||||
'sonarjs/no-collapsible-if': ['off'],
|
||||
'sonarjs/no-duplicate-string': ['off'],
|
||||
'sonarjs/no-duplicated-branches': ['off'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue