build(frontend): ignore webpack config for eslint
This commit is contained in:
parent
0ad82f6275
commit
fd1edb292c
@ -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 ."
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user