build(frontend): ignore webpack config in lint too

This commit is contained in:
Sarah Vaupel 2025-01-22 11:13:33 +01:00
parent e85dfde4d9
commit ab3b01cbfd

View File

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