From 933375423a47afd4122a76443660e393dfa080ab Mon Sep 17 00:00:00 2001 From: Dylan Garvis Date: Thu, 29 Jan 2026 21:34:40 -0500 Subject: [PATCH] chore: add commitlint config --- commitlint.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 commitlint.config.js diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..69b4242 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ["@commitlint/config-conventional"], +};