Skip to content

Commit 50bc12c

Browse files
committed
fix: commitlint - increase the body-max-line-length value to 200
1 parent 6a2f90c commit 50bc12c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,14 @@
8989
"commitlint": {
9090
"extends": [
9191
"@commitlint/config-conventional"
92-
]
92+
],
93+
"rules": {
94+
"body-max-line-length": [
95+
0,
96+
"always",
97+
200
98+
]
99+
}
93100
},
94101
"eslintConfig": {
95102
"extends": [

0 commit comments

Comments
 (0)