1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Make disabled rules trigger warnings

This commit is contained in:
Bill Thornton 2020-11-30 09:46:25 -05:00
parent ef989bae10
commit f649592c3d

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