{"id":27111,"library":"lint-check","title":"lint-check","description":"A unified linting tool that runs Prettier, ESLint, and Markdownlint in a single command. Version 0.0.2 is the initial release, with no established release cadence yet. It differentiates by combining three popular linters into one package, but is very early-stage and lacks documentation or tests.","status":"active","version":"0.0.2","language":"javascript","source_language":"en","source_url":"https://github.com/YashTotale/lint-check","tags":["javascript","lint","lint-check","prettier","eslint","markdownlint","typescript","markdown"],"install":[{"cmd":"npm install lint-check","lang":"bash","label":"npm"},{"cmd":"yarn add lint-check","lang":"bash","label":"yarn"},{"cmd":"pnpm add lint-check","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Required for formatting checks","package":"prettier","optional":false},{"reason":"Required for JavaScript/TypeScript linting","package":"eslint","optional":false},{"reason":"Required for Markdown linting","package":"markdownlint","optional":false}],"imports":[{"note":"Package is ESM-only; CommonJS require not supported.","wrong":"const lintCheck = require('lint-check')","symbol":"default","correct":"import lintCheck from 'lint-check'"}],"quickstart":{"code":"","lang":"javascript","description":"No recommended example yet; the package is minimal and undocumented."},"warnings":[{"fix":"Pin to exact version and test thoroughly.","message":"Pre-alpha package with no stable API; breaking changes likely.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Check source code or GitHub issues for help.","message":"README missing; no documentation or usage examples provided.","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":"Install with 'npm install lint-check' and ensure project is configured for ESM (e.g., 'type': 'module' in package.json).","cause":"Package not installed or ESM-only usage without proper setup.","error":"Cannot find module 'lint-check'."}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}