1
0
Fork 0
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:
Bill Thornton 2023-07-13 11:57:47 -04:00
parent 0f37d59bb0
commit 9f7a492e20

View file

@ -276,6 +276,7 @@ module.exports = {
],
rules: {
'@typescript-eslint/no-floating-promises': ['error'],
'@typescript-eslint/no-unused-vars': ['error'],
'sonarjs/cognitive-complexity': ['error']
}