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:

  • Which plugins and extends are active (e.g. typescript-eslint, angular-eslint, eslint-plugin-storybook)
  • Which files and globs are covered or ignored
Related skills
Installs
11
First Seen
Apr 11, 2026