A remark-lint rule that integrates the write-good library to check Markdown files for stylistic issues such as weasel words, passive voice, and clichés. Version 1.2.0 is stable without a defined release cadence. It differs from similar linting tools by leveraging write-good's natural language suggestions focused on plain English writing style, offering configurable checks and a whitelist for suppressing warnings on specific terms. Requires remark-lint as a peer dependency and is part of the unified/remark ecosystem.
npm install remark-lint-write-goodNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a remark processor with remark-lint and the write-good plugin, then processes a Markdown file and logs lint messages.
Use ['remark-lint-write-good', ['warn', { ... }]] in config.Set whitelist to an array, e.g., whitelist: ['read-only'].
Use write-good version ^1.0.0 or compatible.
Run npm install write-good --save or add it to dependencies.
Change configuration to ['remark-lint-write-good', ['warn', { ... }]].Set whitelist: ['read-only'] (an array).