Skip to content

Commit

Permalink
chore: update .commitlintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Jan 16, 2024
1 parent 7878964 commit 82828b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": ["@commitlint/config-conventional"]
"extends": ["@commitlint/config-conventional"],
"rules": {
"body-max-line-length": [1, "always", 100],
"footer-max-line-length": [1, "always", 100]
}
}

0 comments on commit 82828b4

Please sign in to comment.