Skip to content

Commit

Permalink
fix(types): adds TargetCaseType[] for CaseRuleConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored and AdeAttwood committed Jul 13, 2021
1 parent 23a6baa commit c3bef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/types/src/rules.ts
Expand Up @@ -77,7 +77,7 @@ export type RuleConfig<

export type CaseRuleConfig<V = RuleConfigQuality.User> = RuleConfig<
V,
TargetCaseType
TargetCaseType | TargetCaseType[]
>;
export type LengthRuleConfig<V = RuleConfigQuality.User> = RuleConfig<
V,
Expand Down

0 comments on commit c3bef38

Please sign in to comment.