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