validate_code
Check code syntax and formatting using linters like Prettier to identify errors before finalizing your code.
Instructions
Validates code syntax and formatting using available linters (e.g., Prettier). usage: providing code snippets to check for correctness before finalizing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code content to validate. | |
| language | Yes | The programming language (e.g., 'typescript', 'python', 'json'). |