eslint-plugin-copilot Documentation / _internal/copilot-config-references / CopilotConfigReferenceMap
Type Alias: CopilotConfigReferenceMap
type CopilotConfigReferenceMap = Readonly<{
copilot.configs.all: "all";
copilot.configs.minimal: "minimal";
copilot.configs.recommended: "recommended";
copilot.configs.strict: "strict";
}>;
Defined in: _internal/copilot-config-references.ts:26
Fully-qualified preset reference lookup object shape.