From 6ed17d9d84d21a57d42580e83bbc04914bdc448a Mon Sep 17 00:00:00 2001 From: Kelvin Oghenerhoro Omereshone Date: Thu, 30 May 2024 18:08:20 +0100 Subject: [PATCH] chore: setup commitlint --- .commitlintrc.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 .commitlintrc.js diff --git a/.commitlintrc.js b/.commitlintrc.js new file mode 100644 index 0000000..4fedde6 --- /dev/null +++ b/.commitlintrc.js @@ -0,0 +1 @@ +module.exports = { extends: ['@commitlint/config-conventional'] }