Variable: ruleCatalogByRuleName
const ruleCatalogByRuleName: Readonly<
Partial<Record<string, RuleCatalogEntry>>
>;
Defined in: _internal/rule-catalog.ts:217
Fast lookup map for rule catalog metadata by rule name.
const ruleCatalogByRuleName: Readonly<
Partial<Record<string, RuleCatalogEntry>>
>;
Defined in: _internal/rule-catalog.ts:217
Fast lookup map for rule catalog metadata by rule name.