fix eslint errors in all projects due to over-including files

This commit is contained in:
Hazelnoot 2024-10-16 10:30:38 -04:00
parent 6c30c94b92
commit fbe6b31878
6 changed files with 57 additions and 0 deletions

View file

@ -55,4 +55,14 @@ export default [
},
},
},
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
"**/migration/",
]
},
];

View file

@ -92,4 +92,13 @@ export default [
'vue/attribute-hyphenation': ['error', 'never'],
},
},
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
]
},
];

View file

@ -97,4 +97,13 @@ export default [
'vue/attribute-hyphenation': ['error', 'never'],
},
},
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
]
},
];

View file

@ -92,4 +92,15 @@ export default [
'vue/attribute-hyphenation': ['error', 'never'],
},
},
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
"**/libopenmpt/",
"**/storybook-static/"
]
},
];

View file

@ -25,4 +25,13 @@ export default [
},
},
},
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
]
},
];

View file

@ -26,4 +26,13 @@ export default [
},
},
},
{
ignores: [
"**/lib/",
"**/temp/",
"**/built/",
"**/coverage/",
"**/node_modules/",
]
},
];