Type Alias: TypedRuleContext
type TypedRuleContext = Readonly<
TSESLint.RuleContext<string, Readonly<UnknownArray>>
>;
Defined in: _internal/typed-rule.ts:29
Shared rule context type used by typed helper utilities.
type TypedRuleContext = Readonly<
TSESLint.RuleContext<string, Readonly<UnknownArray>>
>;
Defined in: _internal/typed-rule.ts:29
Shared rule context type used by typed helper utilities.