Run linting and formatting checks. Use when user asks to "run linter", "/lint", "check linting", "fix lint errors", or requests code linting/formatting.
Install
npx skillscat add helderberto/skills/lint Install via the SkillsCat registry.
SKILL.md
Linting
Standard Command
npm run lint - runs tsc --noEmit && eslint
Workflow
- Run
npm run lint - For fixes:
npm run lint-fix - Report file:line references
Rules
- Use project's
package.jsonscripts - Never use
npxdirectly - Don't auto-fix unless requested