This commit is contained in:
chuzhixin 2020-10-09 15:29:24 +08:00
parent dfcf5af442
commit 236936fb9b

View File

@ -32,7 +32,7 @@
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,scss,vue}": [
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]