1
0
Fork 0
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:
dkanada 2020-12-02 11:47:23 +09:00 committed by GitHub
commit 9eef59f09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: [