Run the project's ESLint npm script
run_eslintRun a project's lint script with optional arguments to enforce code quality standards.
Instructions
Runs an existing lint script, normally npm run lint, with optional extra arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| args | No | ||
| script | No | lint | |
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No |