Skip to content

Commit

Permalink
chore: Replace pascal-case and upper-case with lower-case in commitli…
Browse files Browse the repository at this point in the history
…nt rules
  • Loading branch information
geekdada committed Sep 24, 2024
1 parent 297037f commit 1c978d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
[
"sentence-case",
"start-case",
"pascal-case",
"upper-case"
"lower-case"
]
]
}
Expand Down

0 comments on commit 1c978d0

Please sign in to comment.