build(frontend): ignore webpack config in lint too
This commit is contained in:
parent
e85dfde4d9
commit
ab3b01cbfd
@ -90,7 +90,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node esbuild.config.mjs",
|
"build": "node esbuild.config.mjs",
|
||||||
"start": "node esbuild.config.mjs --watch",
|
"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 ."
|
"lintfix": "eslint --ignore-pattern .stack/* --ignore-pattern webpack.config.cjs --color --fix ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user