Skip to content

Commit 92cde5c

Browse files
authoredSep 21, 2024··
fix: add missing types for no-shadow rule (#18930)
1 parent b3cbe11 commit 92cde5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎lib/types/rules/variables.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ export interface Variables extends Linter.RulesRecord {
100100
*/
101101
hoist: "functions" | "all" | "never";
102102
allow: string[];
103+
/**
104+
* @since 8.10.0
105+
* @default false
106+
*/
107+
ignoreOnInitialization: boolean;
103108
}>,
104109
]
105110
>;

0 commit comments

Comments
 (0)
Please sign in to comment.