From 7a3a0ca501508bf546bef0fe678decac6958f469 Mon Sep 17 00:00:00 2001 From: Drew Fugate Date: Thu, 29 Feb 2024 11:42:25 -0600 Subject: [PATCH] chore: removed commitlint.config.js this file is no longer needed as we are using gitlint --- .gitlint | 2 ++ commitlint.config.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitlint delete mode 100644 commitlint.config.js diff --git a/.gitlint b/.gitlint new file mode 100644 index 0000000..c0c0a55 --- /dev/null +++ b/.gitlint @@ -0,0 +1,2 @@ +[general] +contrib = contrib-title-conventional-commits \ No newline at end of file diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index 422b194..0000000 --- a/commitlint.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = { extends: ['@commitlint/config-conventional'] };