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: {
|
rules: {
|
||||||
// TODO: Fix warnings and remove these rules
|
// TODO: Fix warnings and remove these rules
|
||||||
'no-redeclare': ['off'],
|
'no-redeclare': ['warn'],
|
||||||
'no-useless-escape': ['off'],
|
'no-useless-escape': ['warn'],
|
||||||
'no-unused-vars': ['off']
|
'no-unused-vars': ['warn']
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
polyfills: [
|
polyfills: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue