A remark lint preset that enforces the rules and suggestions from the Origami component specification for README.md files. Version 2.0.2 is the latest stable release, with no active development cadence. It is designed for use within Financial Times' Origami ecosystem, typically consumed via origami-build-tools. Differentiates by providing a strict linting profile specific to Origami component documentation standards.
npm install remark-preset-lint-origami-componentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure remark-lint using the Origami component preset via .remarkrc.js or CLI.
Use `remark -u preset-lint-origami-component`
Use `require('remark-preset-lint-origami-component')`Check the preset version aligns with your Origami component spec version
Run `npm install remark-preset-lint-origami-component --save-dev`
Use `remark -u preset-lint-origami-component`
Use `require('remark-preset-lint-origami-component')` instead of `import`No dependency data recorded yet.