Skip to content

Commit 2f4eb5d

Browse files
committed
test: lint
1 parent fa18a3a commit 2f4eb5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@
7474
"vitest": "^1.2.2"
7575
},
7676
"lint-staged": {
77-
"*.{js,jsx,tsx,ts}": [
78-
"npm run lint",
79-
"npm run format"
80-
]
77+
"*": ["eslint", "prettier --write"]
8178
},
8279
"config": {
8380
"commitizen": {

0 commit comments

Comments
 (0)