Skip to content

Commit

Permalink
feat: configure convenional commit for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Nov 19, 2023
1 parent c078fea commit dfb3550
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [0, "always"],
"footer-max-line-length": [0, "always"]
}
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit dfb3550

Please sign in to comment.