build(frontend): ignore .stack folder for eslint

This commit is contained in:
Sarah Vaupel 2025-01-22 10:48:42 +01:00
parent 8f9f6ba8e2
commit 9f8af30e6d

View File

@ -90,6 +90,6 @@
"scripts": {
"build": "node esbuild.config.mjs",
"start": "node esbuild.config.mjs --watch",
"lint": "eslint --color ."
"lint": "eslint --ignore-pattern .stack/* --color ."
}
}