{"id":25921,"library":"markdown-lint","title":"markdown-lint","description":"A small CLI tool for linting Markdown files using Remark and Remark-lint under the hood. Version 0.0.4 is the latest stable release. It recursively finds all Markdown files in the current directory using Filehound and applies linting rules. Compared to alternatives like markdownlint-cli, it offers a simple zero-config setup. However, the project appears inactive with no recent updates.","status":"deprecated","version":"0.0.4","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install markdown-lint","lang":"bash","label":"npm"},{"cmd":"yarn add markdown-lint","lang":"bash","label":"yarn"},{"cmd":"pnpm add markdown-lint","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Core Markdown parser and linting engine","package":"remark","optional":false},{"reason":"Lint rules for Remark","package":"remark-lint","optional":false},{"reason":"File discovery utility to find Markdown files recursively","package":"filehound","optional":false}],"imports":[],"quickstart":{"code":"npm install -g markdown-lint\ncd /path/to/your/repo\nmarkdown-lint","lang":"javascript","description":"Install globally and run markdown-lint in the target repository to lint all Markdown files recursively."},"warnings":[{"fix":"Replace with markdownlint-cli: npm uninstall -g markdown-lint && npm install -g markdownlint-cli","message":"Package is unmaintained; use markdownlint-cli instead.","severity":"deprecated","affected_versions":">=0.0.0"},{"fix":"Switch to markdownlint-cli for configurable rules.","message":"No configuration options; uses default remark-lint rules.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Run from the desired root directory or use markdownlint-cli with --path.","message":"Runs from current directory only; no --path flag.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"For help, see the GitHub README or use man markdown-lint (if available)","cause":"markdown-lint does not support --help flag","error":"error: unknown option `--help'"},{"fix":"Reinstall with npm uninstall -g markdown-lint && npm install -g markdown-lint","cause":"Corrupted node_modules after incomplete installation","error":"No such file or directory: /usr/local/lib/node_modules/markdown-lint/node_modules/remark/package.json"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}