diff --git a/ah-jjzhgd-web/package.json b/ah-jjzhgd-web/package.json index eb599fe..dc4f5ec 100644 --- a/ah-jjzhgd-web/package.json +++ b/ah-jjzhgd-web/package.json @@ -60,7 +60,6 @@ "eslint": "6.7.2", "eslint-plugin-vue": "6.2.2", "html-webpack-plugin": "3.2.0", - "lint-staged": "8.1.5", "mockjs": "1.0.1-beta3", "plop": "2.3.0", "runjs": "4.3.2", @@ -93,17 +92,6 @@ "management-system" ], "license": "MIT", - "lint-staged": { - "src/**/*.{js,vue}": [ - "eslint --fix", - "git add" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, "repository": { "type": "git", "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"