We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961a86a commit 6e0f236Copy full SHA for 6e0f236
1 file changed
config/commitlint.config.mjs
@@ -1,7 +1,7 @@
1
export default {
2
extends: ["@commitlint/config-conventional"],
3
rules: {
4
- "body-max-line-length": [2, "always", 120],
+ "body-max-line-length": [1, "always", 120],
5
},
6
ignores: [
7
(message) => {
0 commit comments