commitlint.config.js (
6
lines of code) (
raw
):
module.exports = { extends: ["@commitlint/config-conventional"], rules: { "type-enum": [2, "always", ["feat", "fix", "docs", "test", "chore"]], }, };