run_lint
Execute lint commands to catch coding errors and maintain code quality, returning linting errors for the specified working directory.
Instructions
Runs the linter and returns any linting errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | /app |
| command | No | Lint command to run | npm run lint |