We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0564e commit b1674c5Copy full SHA for b1674c5
@commitlint/rules/src/types.ts
@@ -19,7 +19,7 @@ export type RuleOutcome = [boolean, string?];
19
* All rules should provide the most sensible rule condition and value.
20
*/
21
export type Rule<Value = never> = (
22
- parse: Commit,
+ parsed: Commit,
23
when?: RuleCondition,
24
value?: Value
25
) => RuleOutcome;
0 commit comments