This commit is contained in:
huzhushan 2021-04-19 19:39:30 +08:00
parent 7845d7bc17
commit 4117cb32f7

View File

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