Unified.js remark-lint rule to enforce a consistent style of quote marks in link, image, and definition titles. Current stable version 4.0.1, ESM-only, TypeScript types included, part of the remark-lint ecosystem with regular updates and active maintenance. Differentiators: supports 'consistent' mode (auto-detect first style) and explicit settings for double quotes, single quotes, or parentheses; included in popular presets like remark-preset-lint-consistent.
npm install remark-lint-link-title-styleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up a unified pipeline to lint markdown links for double-quote title style using remark-lint-link-title-style.
Use dynamic import() or convert project to ESM. Use version 3.x for CJS support.
Set options to '"' or "'" explicitly.
Use import type { Options } from 'remark-lint-link-title-style'.Use other remark-lint rules for link text (remark-lint-no-undefined-references) or URLs (remark-lint-no-url-trailing-slash).
Upgrade to Node 16+ or use version 3.x.
Change to import statement or use dynamic import().
Use `import remarkLintLinkTitleStyle from 'remark-lint-link-title-style'`.
Remove the import or use `import type { Options }`.