From fee7afc580e377c332b70f6dc5e5557372fd81d7 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sun, 23 Jul 2023 12:42:02 -0500 Subject: [PATCH] feat: add commitlint config Add commitlint config --- .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..422b194 --- /dev/null +++ b/.commitlintrc.js @@ -0,0 +1 @@ +module.exports = { extends: ['@commitlint/config-conventional'] };