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 55a1ec8 commit 7019b06Copy full SHA for 7019b06
.commitlintrc.json
@@ -1,3 +1,7 @@
1
{
2
- "extends": ["@commitlint/config-conventional"]
+ "extends": ["@commitlint/config-conventional"],
3
+ "rules": {
4
+ "body-max-line-length": [1, "always", "Infinity"],
5
+ "subject-full-stop": [0, "never", "."]
6
+ }
7
}
0 commit comments