We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224a34b commit 45ca39cCopy full SHA for 45ca39c
1 file changed
.commitlintrc.yml
@@ -1,3 +1,7 @@
1
+# https://commitlint.js.org/reference/rules-configuration.html
2
---
3
extends:
4
- '@commitlint/config-conventional'
5
+rules:
6
+ header-max-length: [1, 'always', 100]
7
+ body-max-length: [1, 'always', 100]
0 commit comments