520 B
520 B
description
| description |
|---|
| Run linters and automatically fix all issues |
Run all available linters and fix issues:
- Detect linter configuration files in project
- Run linters with auto-fix enabled:
- For JavaScript/TypeScript: pnpm biome check --write
- For Python: uv run ruff check --fix, uv run ruff format
- For other detected linters with fix capabilities
- Stage all fixed files
- Report summary of fixes applied
IMPORTANT: Only run linters that exist in the project. Do not suggest installing new ones.