Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b515e47

Browse files
G-Rathbradzacher
authored andcommitted
fix(experimental-utils): widen type of settings property (typescript-eslint#1527)
1 parent 67784d6 commit b515e47

File tree

1 file changed

+1
-1
lines changed
  • packages/experimental-utils/src/ts-eslint

1 file changed

+1
-1
lines changed

packages/experimental-utils/src/ts-eslint/Rule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ interface RuleContext<
179179
* The shared settings from configuration.
180180
* We do not have any shared settings in this plugin.
181181
*/
182-
settings: {};
182+
settings: Record<string, unknown>;
183183
/**
184184
* The name of the parser from configuration.
185185
*/

0 commit comments

Comments
 (0)