mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update unused var rule to error
This commit is contained in:
parent
0f37d59bb0
commit
9f7a492e20
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ module.exports = {
|
|||
],
|
||||
rules: {
|
||||
'@typescript-eslint/no-floating-promises': ['error'],
|
||||
'@typescript-eslint/no-unused-vars': ['error'],
|
||||
|
||||
'sonarjs/cognitive-complexity': ['error']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue