Skip to main content

Variable: runtimeCleanupConfigReferenceToName

const runtimeCleanupConfigReferenceToName: Readonly<{
runtime-cleanup.configs.all: "all";
runtime-cleanup.configs.experimental: "experimental";
runtime-cleanup.configs.minimal: "minimal";
runtime-cleanup.configs.recommended: "recommended";
runtime-cleanup.configs.recommended-type-checked: "recommended-type-checked";
runtime-cleanup.configs.strict: "strict";
runtime-cleanup.configs["recommended-type-checked"]: "recommended-type-checked";
}>;

Defined in: _internal/runtime-cleanup-config-references.ts:89

Metadata references supported in rule meta.docs.runtimeCleanupConfigs.