nodejs_lint
Run ESLint on Node.js and TypeScript code to identify and fix linting issues. Supports auto-fix, custom formats, and specific file patterns.
Instructions
Run ESLint on Node.js/TypeScript code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Auto-fix issues | |
| args | No | Additional arguments | |
| files | No | Specific files/patterns to lint | |
| format | No | Output format (stylish, json, compact, etc.) | |
| timeout | No | Command timeout in milliseconds | |
| directory | No | Working directory |