mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2149 from thornbill/warn-disabled-rules
Make disabled rules trigger warnings
This commit is contained in:
commit
9eef59f09f
1 changed files with 3 additions and 3 deletions
|
@ -99,9 +99,9 @@ module.exports = {
|
|||
},
|
||||
rules: {
|
||||
// TODO: Fix warnings and remove these rules
|
||||
'no-redeclare': ['off'],
|
||||
'no-useless-escape': ['off'],
|
||||
'no-unused-vars': ['off']
|
||||
'no-redeclare': ['warn'],
|
||||
'no-useless-escape': ['warn'],
|
||||
'no-unused-vars': ['warn']
|
||||
},
|
||||
settings: {
|
||||
polyfills: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue