Skip to content

Commit 09803ea

Browse files
byCedricmarionebl
authored andcommitted
docs(lint): add todo message for plugin types
1 parent 0d217d5 commit 09803ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/lint/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface LinterOptions {
2020
/** The parser configuration to use when linting the commit */
2121
parserOpts?: ParserOptions;
2222

23-
plugins?: any;
23+
plugins?: any; // todo: reuse types from `@commitlint/load`
2424
}
2525

2626
export interface LintOutcome {

0 commit comments

Comments
 (0)