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 committed Jan 27, 2020
1 parent d9ad5c1 commit 5192547
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 5192547

Please sign in to comment.