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