pm_lint
Run ESLint and formatting checks on your project. Optionally auto-fix lint issues or validate formatting.
Instructions
Run linting on the project. Supports ESLint and formatting checks. Can auto-fix issues with the fix option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | Auto-fix lint issues | |
| format | No | Run Prettier format check (or fix if combined with fix: true) |