Skip to content

Commit

Permalink
fix(experimental-utils): widen type of settings property (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored and bradzacher committed Jan 26, 2020
1 parent 67784d6 commit b515e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/experimental-utils/src/ts-eslint/Rule.ts
Expand Up @@ -179,7 +179,7 @@ interface RuleContext<
* The shared settings from configuration.
* We do not have any shared settings in this plugin.
*/
settings: {};
settings: Record<string, unknown>;
/**
* The name of the parser from configuration.
*/
Expand Down

0 comments on commit b515e47

Please sign in to comment.