A remark preset to configure remark-lint with rules that enforce the standard-readme specification. Version 1.0.9 is the current stable release, with low release cadence. It includes custom rules for file extensions, required sections, section ordering, and heading validation. Differentiator: integrates directly with remark-lint to automatically check README compliance, reducing manual review effort. Dependencies: Node.js >=10. Install via npm and use CLI or API.
npm install standard-readme-presetNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to lint a README using the preset via CLI and API with CommonJS.
Ensure remark and remark-lint are in your dependencies.
Upgrade Node to version 10 or later.
Switch to Renovate or manually update dependencies.
Refer to https://github.com/RichardLitt/standard-readme-preset for rule specifics.
npm install remark-lint
npm install standard-readme-preset
Use default import: import preset from 'standard-readme-preset' or CommonJS require.