From bc20b8baca1ce6cf5a85e6c016810960a880a448 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Tue, 2 Feb 2021 16:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9commitlint=20husky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c930948..9cf0aef 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,6 @@ }, "husky": { "hooks": { - "pre-commit": "ls-lint && lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }