Type Alias: WriteGoodOptions
type WriteGoodOptions = Readonly<{
adverb?: boolean;
cliches?: boolean;
eprime?: boolean;
illusion?: boolean;
passive?: boolean;
so?: boolean;
thereIs?: boolean;
tooWordy?: boolean;
weasel?: boolean;
whitelist?: readonly string[];
}>;
Defined in: _internal/write-good.ts:16
Options accepted by the underlying write-good package.