Type Alias: RuleMap<RuleName>
type RuleMap<RuleName> = Readonly<
Record<RuleName, TSESLint.RuleModule<string, Readonly<UnknownArray>>>
>;
Defined in: _internal/rule-docs-metadata.ts:50
Rule-map contract accepted by docs metadata derivation helpers.
Type Parametersโ
RuleNameโ
RuleName extends string = string