Skip to content

Commit 9995c2e

Browse files
committed
test: lint
1 parent 7e3cada commit 9995c2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
"test": "vitest --run",
3838
"coverage": "vitest run --coverage",
3939
"format": "prettier --write .",
40-
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
40+
"lint": "eslint . --fix",
4141
"lint:all": "eslint .",
42-
"lint:fix": "eslint . --fix",
4342
"create-color-font": "node scripts/create-color-font.js"
4443
},
4544
"license": "ISC",

0 commit comments

Comments
 (0)