Skip to content

Commit

Permalink
docs(lint): add todo message for plugin types
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored and marionebl committed Feb 3, 2020
1 parent 0d217d5 commit 09803ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/lint/src/types.ts
Expand Up @@ -20,7 +20,7 @@ export interface LinterOptions {
/** The parser configuration to use when linting the commit */
parserOpts?: ParserOptions;

plugins?: any;
plugins?: any; // todo: reuse types from `@commitlint/load`
}

export interface LintOutcome {
Expand Down

0 comments on commit 09803ea

Please sign in to comment.