Function: getRuleCatalogEntryForRuleName()
function getRuleCatalogEntryForRuleName(
ruleName: string
): TsconfigRuleCatalogEntry;
Defined in: _internal/rule-catalog.ts:121
Resolve stable catalog metadata for a rule name.
Parametersโ
ruleNameโ
string
Rule name to look up.
Returnsโ
Throwsโ
When the rule is missing from the catalog.