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