fix: remove check lint husky

This commit is contained in:
kmacoders 2021-06-27 15:54:14 +07:00
parent e160a4335c
commit 61694252a9

View File

@ -12,14 +12,9 @@
"lint": "npm run lint:js && npm run lint:style",
"test": "jest"
},
"lint-staged": {
"*.{js,vue}": "eslint",
"*.{css,vue}": "stylelint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {