Skip to content

Files

Latest commit

5dc52d8 · Mar 17, 2025

History

History
49 lines (37 loc) · 1.32 KB

remark-lint.md

File metadata and controls

49 lines (37 loc) · 1.32 KB
title description layout
Trunk | How to run remark-lint
remark-lint is a linter for Markdown
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

remark-lint

remark-lint is a linter for Markdown.

You can enable the remark-lint linter with:

trunk check enable remark-lint

Auto Enabling

remark-lint will be auto-enabled if any of its config files are present: .remarkrc, .remarkrc.json, .remarkrc.cjs.

Settings

remark-lint supports the following config files:

  • .remarkrc
  • .remarkrc.json
  • .remarkrc.cjs
  • .remarkrc.mjs
  • .remarkrc.js
  • .remarkrc.yaml
  • .remarkrc.yml

You can move these files to .trunk/configs and trunk check will still find them. See Moving Linters for more info. Trunk Code Quality provides a default .remarkrc.yaml if your project does not already have one.

Links