nodejs_format
Format Node.js code with Prettier for consistent style. Options to check without writing or specify files to format.
Instructions
Format code with Prettier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| check | No | Check formatting without writing | |
| files | No | Specific files/patterns to format | |
| write | No | Write formatted files | |
| directory | No | Working directory |