eslint
Installation
SKILL.md
ESLint
Commands
| Task | Command |
|---|---|
| Lint everything | pnpm lint |
| Lint only ESLint | pnpm lint:eslint |
| Lint a specific file | pnpm exec eslint <path> |
| Lint with auto-fix | pnpm exec eslint --fix <path> |
Default action: When asked to "lint" or "run ESLint" without further qualification, run pnpm lint.
Before linting — explore the project first
Before running or modifying ESLint, read the project's eslint.config.mjs to understand: