A remark-lint rule (v4.0.1, ESM-only, TypeScript typed) that warns when ordered list markers in Markdown violate a configured style (dot or parenthesis). Part of the remark-lint ecosystem, it supports detecting the first style used and flagging inconsistencies. Released as part of remark-lint monorepo with consistent versioning; compatible with Node.js 16+ and integrates with unified ecosystem. Differentiators: built-in fix support, preset inclusion (consistent, markdown-style-guide, recommended), and no runtime dependencies beyond remark-lint peer.
npm install remark-lint-ordered-list-marker-styleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to parse Markdown, lint ordered list markers with dot style, and process output.
Use `import` syntax instead of `require()`. Set `"type": "module"` in package.json or use `.mjs` extension.
Upgrade Node.js to version 16 or later.
Pass options explicitly: `.use(remarkLintOrderedListMarkerStyle, '.')`.
Use additional rules like `remark-lint-ordered-list-marker-value` for numbering sequence checks.
Define a fixed style (e.g., `'.'` or `')'`) to avoid ambiguity.
Use `'.'` or `')'` directly.
Run `npm install remark-lint-ordered-list-marker-style` and verify that your import uses the correct ESM syntax.
Use one of the valid styles: `'.'`, `')'`, or `'consistent'`.
Use `import` syntax or use dynamic `import()` for CommonJS modules.
Add `"type": "module"` to your package.json or rename file to `.mjs`.
No dependency data recorded yet.