{"library":"prettier-pretty-check","title":"prettier-pretty-check","description":"A drop-in replacement for Prettier's CLI that enhances the --check output with clickable file links, color-coded error categories, and clear rule descriptions. Version 0.2.0 is the current stable release. Unlike Prettier's default terse warnings, this tool emits diagnostics in standard file:line:col format compatible with VS Code, GitHub Actions problem matchers, and most editors. It supports all Prettier options and plugins, passing through non-check commands unchanged. Requires Node.js 18+ and Prettier to be installed separately.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-pretty-check"],"cli":{"name":"prettier-pretty-check","version":null}},"imports":["npx prettier-pretty-check --check src/"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install --save-dev prettier prettier-pretty-check\n# or bun add --dev prettier prettier-pretty-check\n\n# Add to package.json:\n# {\n#   \"scripts\": {\n#     \"format:check\": \"prettier-pretty-check --check \\\"src/**/*.{js,ts}\\\"\"\n#   }\n# }\n\n# Run:\nnpx prettier-pretty-check --check \"src/**/*.js\"","lang":"javascript","description":"Install prettier and prettier-pretty-check, then run the enhanced check command via npx or a npm script.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}