style: 💄 微调样式
This commit is contained in:
parent
90de448338
commit
612b48673c
|
@ -89,9 +89,11 @@
|
||||||
"template",
|
"template",
|
||||||
"element-plus"
|
"element-plus"
|
||||||
],
|
],
|
||||||
"gitHooks": {
|
"husky": {
|
||||||
|
"hooks": {
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,vue}": [
|
"*.{js,vue}": [
|
||||||
|
|
Loading…
Reference in New Issue