Skip to content

Commit

Permalink
fix: add missing types for no-shadow rule (#18930)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Sep 21, 2024
1 parent b3cbe11 commit 92cde5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/types/rules/variables.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ export interface Variables extends Linter.RulesRecord {
*/
hoist: "functions" | "all" | "never";
allow: string[];
/**
* @since 8.10.0
* @default false
*/
ignoreOnInitialization: boolean;
}>,
]
>;
Expand Down

0 comments on commit 92cde5c

Please sign in to comment.