remark preset configuring remark-lint with the author's Markdown style preferences. Current stable version is 6.0.8, released under MIT license. It is a shareable configuration that bundles a set of lint rules via the underlying @form8ion/remark-lint-preset. Preset releases are tightly coupled to the dependency's version, with frequent updates (multiple releases per year). Differentiator: opinionated defaults from a single maintainer, with support for ESM-only configuration files (.remarkrc.js with export default), requiring Node >=16.14.
npm install remark-preset-lint-traviNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, configuration via .remarkrc.js, and running the linter on a sample Markdown file.
Upgrade to v6.0.0+ and ensure Node >=16.14.
Convert .remarkrc.js to use export default { plugins: ['remark-preset-lint-travi'] }.No direct fix; if you need to customize rules, consider composing a custom preset using remark-lint rules directly.
Run npm install remark remark-cli remark-preset-lint-travi --save-dev.
Always use --frail in lint scripts to ensure failures are caught.
Run npm install remark remark-cli remark-preset-lint-travi --save-dev.
Change .remarkrc.js to: export default { plugins: ['remark-preset-lint-travi'] }.Ensure remark is installed and import the preset: import remark from 'remark'; import remarkPresetLintTravi from 'remark-preset-lint-travi';