biome-check
Lint JavaScript, TypeScript, JSX, and TSX code using Biome to identify syntax errors, style issues, and potential bugs.
Instructions
Lint JavaScript/TypeScript code using Biome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JS/TS/JSX/TSX code to analyze | |
| filename | No | Virtual filename used to select parser and rule set (e.g., "app.ts", "index.jsx") | code.ts |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | Number of error-severity diagnostics | |
| issues | Yes | List of diagnostics found | |
| warnings | Yes | Number of warning-severity diagnostics | |
| total_issues | Yes | Total number of diagnostics |