build(frontend): add lintfix npm script

This commit is contained in:
Sarah Vaupel 2025-01-22 10:49:23 +01:00
parent 9f8af30e6d
commit be13a64d50

View File

@ -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 ."
}
}