Documentation Index
Fetch the complete documentation index at: https://mintlify.com/millionco/react-doctor/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Run React Doctor at your project root:Verbose Output
Show affected files and line numbers for each diagnostic:Score Only Mode
Get just the health score (0-100) without diagnostics:Monorepo / Workspace Projects
Selective Analysis
Skip Linting
Run only dead code detection:Skip Dead Code Detection
Run only linting:Skip Both (Dry Run)
Validate configuration and project detection:Diff Mode
Scan only files that changed compared to a base branch:- Pull request checks
- Incremental adoption in large codebases
- Faster scans during development
When using
--diff in CI, make sure to check out the full git history with fetch-depth: 0Package Manager Variations
Common Workflows
Development Workflow
Quick check during development:Pre-Release Check
Full scan before merging to main:Score Tracking
Track score in CI and store as artifact:Offline Mode
Skip telemetry (anonymous scoring API calls):Telemetry is anonymous and only used to calculate your health score. No code or file names are sent.