Skip to content

Commit

Permalink
Merge pull request #342 from steven-r/dev
Browse files Browse the repository at this point in the history
build: fix commitlint warning
  • Loading branch information
steven-r authored Sep 23, 2024
2 parents 100284f + 38aff69 commit 9686d8f
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 9686d8f

Please sign in to comment.