We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261eb3d commit a164391Copy full SHA for a164391
.commitlintrc.json
@@ -1,6 +1,7 @@
1
{
2
"extends": ["@commitlint/config-conventional"],
3
"rules": {
4
- "type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]]
+ "type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]],
5
+ "footer-max-line-length": [0, "always"]
6
}
7
0 commit comments