{"library":"remark-preset-lint-origami-component","title":"remark-preset-lint-origami-component","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-preset-lint-origami-component"],"cli":null},"imports":["module.exports.plugins = [require('remark-preset-lint-origami-component')]","remark -u preset-lint-origami-component README.md","unified().use(require('remark-preset-lint-origami-component'))"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// .remarkrc.js\nmodule.exports.plugins = [\n  require('remark-preset-lint-origami-component')\n];\n\n// Then run: npx remark README.md\n// Or via CLI:\n// remark -u preset-lint-origami-component README.md","lang":"javascript","description":"Configure remark-lint using the Origami component preset via .remarkrc.js or CLI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}