Skip to content

Commit

Permalink
ci(commitlint): Allow Caps, and also, punctuation! (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita authored and cletustboone committed Sep 15, 2022
1 parent 65cb3a6 commit 56dd9f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{ "extends": ["@commitlint/config-conventional"] }
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"subject-case": [2, "always", "sentence-case"]
}
}

0 comments on commit 56dd9f7

Please sign in to comment.