remark-lint rule (v4.0.1) to check whitespace between list item markers (including bullets and ordered list markers) and content. Part of the remark-lint ecosystem. Supports three indentation styles: 'one' (marker + 1 space), 'tab' (marker + spaces to next tab stop), and 'mixed' (tight lists as 'one', loose lists as 'tab'). Ships TypeScript types. Used in presets like remark-preset-lint-recommended (default 'one') and remark-preset-lint-markdown-style-guide (default 'mixed'). ESM-only package; requires Node.js 16+. Minimal alternative to more complex lint rules.
npm install remark-lint-list-item-indentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a unified processor with remark-lint and the list-item-indent rule to check markdown indentation style.
Use import or dynamic import. If you need CJS, use v3.”
Consider using remark-stringify with listItemIndent option.
Prefer 'one' or 'tab' explicitly.
Use import or switch to dynamic import.
Use default import: import remarkLintListItemIndent from 'remark-lint-list-item-indent'
npm install remark-lint