mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
ignore certain folders for eslint
This commit is contained in:
parent
16fe07cce7
commit
1e52a93cbe
@ -19,6 +19,10 @@ export default ts.config(
|
|||||||
"**/vendor/*",
|
"**/vendor/*",
|
||||||
"**/import-png.d.ts",
|
"**/import-png.d.ts",
|
||||||
"**/chill.webpack.config.js",
|
"**/chill.webpack.config.js",
|
||||||
|
"**/var/*",
|
||||||
|
"**/docker/*",
|
||||||
|
"**/node_modules/*",
|
||||||
|
"**/public/build/*"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user