Skip to content

Commit

Permalink
ci(commitlint): ignore body-max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Apr 24, 2024
1 parent 1666db9 commit 7a443f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [0]
}
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 7a443f3

Please sign in to comment.