Skip to content

Commit

Permalink
fix: commitlint - increase the body-max-line-length value to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
arminbro committed Feb 26, 2024
1 parent 6a2f90c commit 50bc12c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,14 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
0,
"always",
200
]
}
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 50bc12c

Please sign in to comment.