format_code
Format code files automatically using style guides like Prettier or ESLint to ensure consistent coding standards and fix formatting issues.
Instructions
Format code using specified style guide
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to format | |
| style | No | Code style guide to use (e.g., prettier, eslint) | prettier |
| config | No | Configuration options for the formatter | |
| fix | No | Whether to fix issues automatically |