Skip to content

Commit

Permalink
chore: allow upper-case in commitlint scope-case rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Walters committed Nov 23, 2020
1 parent 7048da0 commit 4618a24
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 @@ -79,7 +79,10 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"scope-case": [2, "always", ["lower-case", "upper-case"]]
}
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4618a24

Please sign in to comment.