run_lint
Run code linting with ESLint, Biome, Ruff, or Clippy, and optionally apply auto-fixes to enforce code quality before committing.
Instructions
Run only code linting (e.g. ESLint, Biome, Ruff, Clippy) with optional auto-fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Whether to pass auto-fix flags (--fix / --write) to the linter. | |
| project_path | No | Optional target project directory path. |