All skills
Skillintermediate
lint fix
Run `npm run lint` and fix any errors.
Claude Code Knowledge Pack7/10/2026
Overview
Run npm run lint and fix any errors.
Lint Tools (in order)
- Biome (
biome check --write) - Formatter + linter, auto-fixes - oxlint (
oxlint --fix) - Fast linter, auto-fixes - tsgo (
--noEmit) - Type checking (manual fix required) - secretlint - Secret detection
Config Files
biome.json,.oxlintrc.json,.secretlintrc.json