Type Alias: ImmutablePresetConfig
ImmutablePresetConfig =
Linter.Config& {rules:NonNullable<Linter.Config["rules"]>; }
Defined in: plugin.ts:29
Flat-config preset shape produced by this plugin.
Type Declarationâ
rulesâ
readonlyrules:NonNullable<Linter.Config["rules"]>