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