Skip to content

Commit

Permalink
style: 馃拕 寰皟鏍峰紡
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 7, 2021
1 parent 90de448 commit 612b486
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -89,9 +89,11 @@
"template",
"element-plus"
],
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,vue}": [
Expand Down

0 comments on commit 612b486

Please sign in to comment.