Type Alias: TsconfigPresetConfig
type TsconfigPresetConfig = Linter.Config & {
rules: NonNullable<Linter.Config["rules"]>;
};
Defined in: plugin.ts:63
Flat-config preset shape produced by this plugin.
Type Declarationโ
rulesโ
rules: NonNullable<Linter.Config["rules"]>;