fix: remove check lint husky
This commit is contained in:
parent
e160a4335c
commit
61694252a9
@ -12,14 +12,9 @@
|
|||||||
"lint": "npm run lint:js && npm run lint:style",
|
"lint": "npm run lint:js && npm run lint:style",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
|
||||||
"*.{js,vue}": "eslint",
|
|
||||||
"*.{css,vue}": "stylelint"
|
|
||||||
},
|
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||||
"pre-commit": "lint-staged"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user