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:
parent
e56414ebe8
commit
9ab30488be
2 changed files with 9 additions and 11 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue