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

Reenable no unresolved import rule and fix playlist imports

This commit is contained in:
Bill Thornton 2020-11-30 00:47:54 -05:00
parent e56414ebe8
commit 9ab30488be
2 changed files with 9 additions and 11 deletions

View file

@ -101,9 +101,7 @@ module.exports = {
// TODO: Fix warnings and remove these rules
'no-redeclare': ['off'],
'no-useless-escape': ['off'],
'no-unused-vars': ['off'],
// TODO: Remove after ES6 migration is complete
'import/no-unresolved': ['off']
'no-unused-vars': ['off']
},
settings: {
polyfills: [