We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dac59 commit c37d37eCopy full SHA for c37d37e
packages/lint-eslint-config-rules/src/index.ts
@@ -15,7 +15,7 @@ const defaultCwd = process.cwd();
15
export type ESLintRuleId = string;
16
export interface IESLintRule {
17
id: ESLintRuleId;
18
- meta: Rule.RuleMetaData | undefined;
+ meta?: Rule.RuleModule['meta'];
19
}
20
export type ESLintRuleMap = Map<ESLintRuleId, IESLintRule>;
21
0 commit comments