We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d217d5 commit 09803eaCopy full SHA for 09803ea
@commitlint/lint/src/types.ts
@@ -20,7 +20,7 @@ export interface LinterOptions {
20
/** The parser configuration to use when linting the commit */
21
parserOpts?: ParserOptions;
22
23
- plugins?: any;
+ plugins?: any; // todo: reuse types from `@commitlint/load`
24
}
25
26
export interface LintOutcome {
0 commit comments