nexus_diagnose
Run TypeScript type checking and ESLint linting to detect code issues, then parse results into structured diagnostics with file, line, column, severity, rule, and message.
Instructions
Run typecheck (tsc) and linter (eslint). Parses output into structured diagnostics {file, line, col, severity, rule, message}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tsc | No | ||
| files | No | Files to check (default: all) | |
| eslint | No |