diff --git a/.commitlintrc.json b/.commitlintrc.json index c46786f..9a2f7e6 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,6 +1,7 @@ { "extends": ["@commitlint/config-conventional"], "rules": { - "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"]], + "footer-max-line-length": [0, "always"] } } \ No newline at end of file