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

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