Skip to content

Commit e4a8146

Browse files
committed
build(lint): make lint script easier to read
1 parent 204f186 commit e4a8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"test": "vitest",
3030
"test:coverage": "vitest run --coverage",
31-
"lint": "concurrently -n eslint,tsc -c magenta,green \"eslint ./\" \"tsc\"",
31+
"lint": "concurrently -n eslint,tsc -c magenta,blue 'eslint ./' 'tsc'",
3232
"format": "prettier --write ./",
3333
"format:check": "prettier --check ./",
3434
"build": "tsup src/index.ts --format cjs,esm --dts",

0 commit comments

Comments
 (0)