Skip to content

Commit

Permalink
feat(config): add type-case and type-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Feb 24, 2023
1 parent 6dc88f4 commit 8d035b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/commitlint_config/lib/commitlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
rules:
type-case:
- 2
- always
- lower-case
type-empty:
- 2
- never
type-enum:
- 2
- always
Expand Down

0 comments on commit 8d035b0

Please sign in to comment.