From 0f32e0ee45d81504d2e62d33c7b001c2d2233dd0 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 23 Feb 2024 18:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E7=9A=84=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ah-jjzhgd-web/package.json | 12 ------------ 1 file changed, 12 deletions(-) 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"