Skip to content

Commit

Permalink
chore: increase commit max body line length
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jun 17, 2022
1 parent 67e5413 commit 054a4c2
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 @@ -149,6 +149,13 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
2,
"always",
200
]
}
}
}

0 comments on commit 054a4c2

Please sign in to comment.