Skip to main content

Type Alias: VitePresetConfig

VitePresetConfig = `Linter.Config` & { `rules`: `NonNullable`<`Linter.Config`\[`"rules"`]>; }

Defined in: plugin.ts:29

Flat-config preset shape produced by this plugin.

Type Declarationโ€‹

rulesโ€‹

rules: `NonNullable`<`Linter.Config`\[`"rules"`]>