Skip to content

Commit 2908daf

Browse files
committed
🐞 fix: lint校验没有校验stage区块
1 parent e5673ea commit 2908daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint-staged": {
1414
"*.{ts,js,json,markdown}": [
1515
"prettier --write",
16-
"npm run lint",
16+
"eslint --fix",
1717
"git add"
1818
]
1919
},

0 commit comments

Comments
 (0)