We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a6baa commit c3bef38Copy full SHA for c3bef38
@commitlint/types/src/rules.ts
@@ -77,7 +77,7 @@ export type RuleConfig<
77
78
export type CaseRuleConfig<V = RuleConfigQuality.User> = RuleConfig<
79
V,
80
- TargetCaseType
+ TargetCaseType | TargetCaseType[]
81
>;
82
export type LengthRuleConfig<V = RuleConfigQuality.User> = RuleConfig<
83
0 commit comments