This commit is contained in:
huzhushan 2021-04-20 11:25:50 +08:00
parent 3df15b6e39
commit 272b6de910

View File

@ -46,7 +46,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue}": [ "*.{js,vue}": [
"npm run lint", "eslint --fix",
"git add" "git add"
] ]
}, },