mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
fix eslint errors in all projects due to over-including files
This commit is contained in:
@@ -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/",
|
||||||
|
]
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user