fix eslint errors in all projects due to over-including files
This commit is contained in:
parent
6c30c94b92
commit
fbe6b31878
6 changed files with 57 additions and 0 deletions
|
@ -55,4 +55,14 @@ export default [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
"**/lib/",
|
||||||
|
"**/temp/",
|
||||||
|
"**/built/",
|
||||||
|
"**/coverage/",
|
||||||
|
"**/node_modules/",
|
||||||
|
"**/migration/",
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -92,4 +92,13 @@ export default [
|
||||||
'vue/attribute-hyphenation': ['error', 'never'],
|
'vue/attribute-hyphenation': ['error', 'never'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
"**/lib/",
|
||||||
|
"**/temp/",
|
||||||
|
"**/built/",
|
||||||
|
"**/coverage/",
|
||||||
|
"**/node_modules/",
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -97,4 +97,13 @@ export default [
|
||||||
'vue/attribute-hyphenation': ['error', 'never'],
|
'vue/attribute-hyphenation': ['error', 'never'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
"**/lib/",
|
||||||
|
"**/temp/",
|
||||||
|
"**/built/",
|
||||||
|
"**/coverage/",
|
||||||
|
"**/node_modules/",
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -92,4 +92,15 @@ export default [
|
||||||
'vue/attribute-hyphenation': ['error', 'never'],
|
'vue/attribute-hyphenation': ['error', 'never'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
"**/lib/",
|
||||||
|
"**/temp/",
|
||||||
|
"**/built/",
|
||||||
|
"**/coverage/",
|
||||||
|
"**/node_modules/",
|
||||||
|
"**/libopenmpt/",
|
||||||
|
"**/storybook-static/"
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -25,4 +25,13 @@ export default [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
"**/lib/",
|
||||||
|
"**/temp/",
|
||||||
|
"**/built/",
|
||||||
|
"**/coverage/",
|
||||||
|
"**/node_modules/",
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
@ -26,4 +26,13 @@ export default [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ignores: [
|
||||||
|
"**/lib/",
|
||||||
|
"**/temp/",
|
||||||
|
"**/built/",
|
||||||
|
"**/coverage/",
|
||||||
|
"**/node_modules/",
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue