Skip to main content

Type Alias: WriteGoodCommentsPresetConfig

type WriteGoodCommentsPresetConfig = Linter.Config & {
rules: NonNullable<Linter.Config["rules"]>;
};

Defined in: plugin.ts:42

Flat-config preset shape produced by this plugin.

Type Declaration

rules

rules: NonNullable<Linter.Config["rules"]>;