From a52711d58a766144ace280a8011835776b86c911 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 24 Aug 2021 17:57:34 +0700 Subject: [PATCH] :wrench: config: remove husky precommit hook to use default git hook commit msg :%s --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 55eb91251..60f049ce4 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,6 @@ "prettier": "^2.3.0", "typescript": "4.3.4" }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ "prettier --write",