{ "extends": ["@commitlint/config-conventional"], "rules": { "type-enum": [ 2, "always", [ "feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "ui", "revert" ] ], "subject-case": [0], "subject-full-stop": [0], "header-max-length": [1, "always", 100], "body-max-line-length": [0], "footer-max-line-length": [0] } }