Skip to content

Commit

Permalink
fix: update commitlint rules config
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Sep 30, 2024
1 parent d69c8ea commit 560b7a2
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 @@ -155,7 +155,10 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"footer-max-line-length": [1, "always", 100]
}
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 560b7a2

Please sign in to comment.