Skip to content

Commit c9993fd

Browse files
committed
fix(commitlintrc): update limits of body
1 parent 595e131 commit c9993fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.commitlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"subject-case": [2, "never", ["upper-case"]],
2222
"subject-empty": [2, "never"],
2323
"subject-full-stop": [2, "never", "."],
24-
"header-max-length": [2, "always", 100]
24+
"header-max-length": [2, "always", 100],
25+
"body-max-line-length": [0]
2526
}
2627
}

0 commit comments

Comments
 (0)