Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b516d23

Browse files
committed
fix: lint-staged should only check staged files
1 parent 1413914 commit b516d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
<%_ if (lintStaged) { _%>
3737
"lint-staged": {
38-
"*.{js,vue}": "<%= pmRun %> lint"
38+
"*.{js,vue}": "eslint"
3939
},
4040
"husky": {
4141
"hooks": {

0 commit comments

Comments
 (0)