eslint-plugin-copilot Documentation / plugin / CopilotPresetLayer
Type Alias: CopilotPresetLayer
type CopilotPresetLayer = Linter.Config & {
rules: NonNullable<Linter.Config["rules"]>;
};
Defined in: plugin.ts:62
Flat-config preset shape produced by this plugin.
Type Declarationâ
| Name | Type | Defined in |
|---|---|---|
rules | NonNullable<Linter.Config["rules"]> | plugin.ts:63 |