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"],