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 054e2de commit 3d7c5c2Copy full SHA for 3d7c5c2
.commitlintrc
@@ -1,3 +1,6 @@
1
{
2
- "extends": ["@commitlint/config-conventional"]
+ "extends": ["@commitlint/config-conventional"],
3
+ "rules": {
4
+ "body-max-line-length": [0]
5
+ }
6
}
0 commit comments