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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy