We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e998496 commit 2ab3c57Copy full SHA for 2ab3c57
@commitlint/types/src/rules.ts
@@ -114,7 +114,7 @@ export type RulesConfig<V = RuleConfigQuality.User> = {
114
'signed-off-by': RuleConfig<V>;
115
'subject-case': CaseRuleConfig<V>;
116
'subject-empty': RuleConfig<V>;
117
- 'subject-full-stop': RuleConfig<V>;
+ 'subject-full-stop': RuleConfig<V, string>;
118
'subject-max-length': LengthRuleConfig<V>;
119
'subject-min-length': LengthRuleConfig<V>;
120
'type-case': CaseRuleConfig<V>;
0 commit comments