lint

Installation
SKILL.md

Linting

Linter detection

Check package.json devDependencies:

  • eslint (default) → npm run lint / fix: npm run lint:fix

Workflow

  1. Detect linter from devDependencies
  2. Run lint command
  3. For fixes: run fix variant (only when requested)
  4. Report file:line references for all errors

Rules

  • Use project's package.json scripts, never npx directly
Installs
48
GitHub Stars
12
First Seen
Feb 13, 2026
lint — helderberto/skills