From b3ea73e56a7a1ba0e3637d4cf7d68588f11b23c1 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sat, 1 Nov 2025 20:48:03 -0400 Subject: [PATCH] chore: #250 fix feature commitlint type --- commitlint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint.config.js b/commitlint.config.js index 45286cb8..c65f1cdd 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -5,7 +5,7 @@ export default { "type-enum": [ 2, "always", - ["feat", "enhancement", "fix", "chore", "content", "docs", "revert"], + ["feature", "enhancement", "fix", "chore", "content", "docs", "revert"], ], "type-empty": [2, "never"], "subject-case": [2, "always", "lower-case"],