From cdbee64086b4c3635f5655068635a8ce0cc9874e Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 23 Mar 2024 11:13:18 +0530 Subject: [PATCH] chore: Remove commitlint --- .commitlintrc.json | 3 --- .husky/commit-msg | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 .commitlintrc.json delete mode 100755 .husky/commit-msg diff --git a/.commitlintrc.json b/.commitlintrc.json deleted file mode 100644 index c30e5a970..000000000 --- a/.commitlintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": ["@commitlint/config-conventional"] -} diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index 59f6536e2..000000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# . "$(dirname "$0")/_/husky.sh" - -# npx --no-install commitlint --edit $1