Skip to content

Commit

Permalink
fix: Update RuleDefinition type (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas authored Dec 6, 2024
1 parent dd8d161 commit 0a0ea6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,9 @@ export interface RuleDefinitionTypeOptions {
/**
* The definition of an ESLint rule.
*/
export interface RuleDefinition<Options extends RuleDefinitionTypeOptions> {
export interface RuleDefinition<
Options extends RuleDefinitionTypeOptions = RuleDefinitionTypeOptions,
> {
/**
* The meta information for the rule.
*/
Expand Down

0 comments on commit 0a0ea6f

Please sign in to comment.