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 Sep 20, 2023
1 parent bb8d845 commit be90914
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["@commitlint/config-conventional"]
"extends": ["@commitlint/config-conventional"],
"rules": {
"body-max-line-length": [1, "always", 100]
}
}

0 comments on commit be90914

Please sign in to comment.