We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca43677 commit 007aed2Copy full SHA for 007aed2
@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