Skip to content

Commit 4d11db7

Browse files
committed
chore: update commitlint configuration to allow for commit descriptions longer than 100 characters
1 parent 212167d commit 4d11db7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

commitlintrc.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
export default { extends: ["@commitlint/config-conventional"] };
1+
export default {
2+
extends: ["@commitlint/config-conventional"],
3+
rules: {
4+
"body-max-line-length": [2, "always", 500],
5+
},
6+
};

0 commit comments

Comments
 (0)