From 2f9a7e85905f8d9d683acb506733ae790c623859 Mon Sep 17 00:00:00 2001 From: ashishj <> Date: Thu, 24 Mar 2022 17:26:50 +0100 Subject: [PATCH] Removing commit lint pre-hook --- .husky/commit-msg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index e8511eaea..59f6536e2 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" +# . "$(dirname "$0")/_/husky.sh" -npx --no-install commitlint --edit $1 +# npx --no-install commitlint --edit $1