Executar linter
run_linterRun ESLint, Prettier, or the project's configured linter. Optionally fix issues automatically or target a specific path.
Instructions
Roda ESLint, Prettier ou linter configurado no projeto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Auto-fix (--fix). Default: false. | |
| path | No | Caminho específico (ex: src/). Default: todo o projeto. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | ||
| status | Yes | ||
| message | Yes | ||
| exitCode | Yes |