build(frontend): add lintfix npm script
This commit is contained in:
parent
9f8af30e6d
commit
be13a64d50
@ -90,6 +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/* --color .",
|
||||||
|
"lintfix": "eslint --ignore-pattern .stack/* --color --fix ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user