Type Alias: RuntimeCleanupRuleId
type RuntimeCleanupRuleId = `runtime-cleanup/${RuntimeCleanupRuleName}`;
Defined in: plugin.ts:129
Fully-qualified ESLint rule id used by this plugin.
Remarksโ
Consumers typically use this when building strongly typed rule maps or helper utilities that require namespaced rule identifiers.