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