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 212167d commit 4d11db7Copy full SHA for 4d11db7
commitlintrc.ts
@@ -1 +1,6 @@
1
-export default { extends: ["@commitlint/config-conventional"] };
+export default {
2
+ extends: ["@commitlint/config-conventional"],
3
+ rules: {
4
+ "body-max-line-length": [2, "always", 500],
5
+ },
6
+};
0 commit comments