build(frontend): ignore webpack config for eslint

This commit is contained in:
Sarah Vaupel 2025-01-22 10:56:08 +01:00
parent 0ad82f6275
commit fd1edb292c

View File

@ -91,6 +91,6 @@
"build": "node esbuild.config.mjs",
"start": "node esbuild.config.mjs --watch",
"lint": "eslint --ignore-pattern .stack/* --color .",
"lintfix": "eslint --ignore-pattern .stack/* --color --fix ."
"lintfix": "eslint --ignore-pattern .stack/* --ignore-pattern webpack.config.cjs --color --fix ."
}
}