ignore certain folders for eslint

This commit is contained in:
Julie Lenaerts 2024-12-11 12:16:24 +01:00
parent 16fe07cce7
commit 1e52a93cbe
2 changed files with 606 additions and 20 deletions

View File

@ -19,6 +19,10 @@ export default ts.config(
"**/vendor/*",
"**/import-png.d.ts",
"**/chill.webpack.config.js",
"**/var/*",
"**/docker/*",
"**/node_modules/*",
"**/public/build/*"
],
},
{

622
yarn.lock

File diff suppressed because it is too large Load Diff