remark preset to configure remark-lint with rules inspired by popular Markdown style guides, including Markdown Style Guide, Google documentation guide, and CommonMark specification. Current version: 1.0.0 (Node >=4). Integrates all official remark-lint rules and exposes multiple presets: default, writability, readability. Use with remark-cli or programmatically. Differentiators: opinionated but customizable, supports external rules and configuration comments, suited for maintaining portable Markdown.
npm install remark-preset-lint-styleguideNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Programmatic usage: read a Markdown file, lint with default preset, and output formatted report.
Use require('remark-preset-lint-styleguide/PRESET_NAME') instead of just 'PRESET_NAME'.Use require() instead of import.
Update Node.js to >=4 or ideally latest LTS.
Use require('remark-preset-lint-styleguide/writability') (note the full package name).Use require() instead of import.
Run 'npm install remark-preset-lint-styleguide' and ensure it's listed in remarkConfig.