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 dd8d161 commit 0a0ea6fCopy full SHA for 0a0ea6f
packages/core/src/types.ts
@@ -450,7 +450,9 @@ export interface RuleDefinitionTypeOptions {
450
/**
451
* The definition of an ESLint rule.
452
*/
453
-export interface RuleDefinition<Options extends RuleDefinitionTypeOptions> {
+export interface RuleDefinition<
454
+ Options extends RuleDefinitionTypeOptions = RuleDefinitionTypeOptions,
455
+> {
456
457
* The meta information for the rule.
458
0 commit comments