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 ff5d239 commit 1fde65aCopy full SHA for 1fde65a
packages/core/src/types.ts
@@ -451,15 +451,7 @@ export interface RuleDefinitionTypeOptions {
451
* The definition of an ESLint rule.
452
*/
453
export interface RuleDefinition<
454
- Options extends RuleDefinitionTypeOptions = {
455
- LangOptions: LanguageOptions;
456
- Code: SourceCode;
457
- RuleOptions: unknown[];
458
- Visitor: RuleVisitor;
459
- Node: unknown;
460
- MessageIds: string;
461
- ExtRuleDocs: unknown;
462
- },
+ Options extends RuleDefinitionTypeOptions = RuleDefinitionTypeOptions,
463
> {
464
/**
465
* The meta information for the rule.
0 commit comments