diff --git a/package.json b/package.json index 7f27c20..2100a37 100644 --- a/package.json +++ b/package.json @@ -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": {