Skip to content

Commit 1c978d0

Browse files
committed
chore: Replace pascal-case and upper-case with lower-case in commitlint rules
1 parent 297037f commit 1c978d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.commitlintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
[
3333
"sentence-case",
3434
"start-case",
35-
"pascal-case",
36-
"upper-case"
35+
"lower-case"
3736
]
3837
]
3938
}

0 commit comments

Comments
 (0)