build(frontend): dont ignore well-known when linting
This commit is contained in:
parent
57bbc5ba9c
commit
6168349ed2
@ -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/* --ignore-pattern webpack.config.cjs --ignore-pattern static/* --ignore-pattern well-known/* --color .",
|
"lint": "eslint --ignore-pattern .stack/* --ignore-pattern webpack.config.cjs --ignore-pattern static/* --color .",
|
||||||
"lintfix": "eslint --ignore-pattern .stack/* --ignore-pattern webpack.config.cjs --ignore-pattern static/* --ignore-pattern well-known/* --color --fix ."
|
"lintfix": "eslint --ignore-pattern .stack/* --ignore-pattern webpack.config.cjs --ignore-pattern static/* --color --fix ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user