build(frontend): add --color flag for eslint color in pipeline output
This commit is contained in:
parent
775ec4c948
commit
8f9f6ba8e2
@ -90,6 +90,6 @@
|
||||
"scripts": {
|
||||
"build": "node esbuild.config.mjs",
|
||||
"start": "node esbuild.config.mjs --watch",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint --color ."
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user