Skip to content

Commit

Permalink
build: fix commitlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Reindl committed Sep 23, 2024
1 parent 9f6d014 commit 38aff69
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,19 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [
0,
"always",
0
],
"footer-max-line-length": [
0,
"always",
0
]
}
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 38aff69

Please sign in to comment.