From 985d7446d7f131dbb99f48a59e48d036caea2f49 Mon Sep 17 00:00:00 2001 From: tbor00 Date: Fri, 23 Aug 2024 16:16:10 -0300 Subject: [PATCH] fix: remove commit husky --- .husky/commit-msg | 1 - .husky/pre-commit | 1 - 2 files changed, 2 deletions(-) delete mode 100644 .husky/commit-msg delete mode 100644 .husky/pre-commit diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 70bd3dd..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1 +0,0 @@ -npx --no-install commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index 2312dc5..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -npx lint-staged