mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Make cognitive complexity an error for ts files
This commit is contained in:
parent
d7d0d7305c
commit
2584de5efa
@ -257,7 +257,7 @@ module.exports = {
|
||||
'plugin:jsx-a11y/recommended'
|
||||
],
|
||||
rules: {
|
||||
'sonarjs/cognitive-complexity': ['warn']
|
||||
'sonarjs/cognitive-complexity': ['error']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user