Lint Fix
When to use this skill:
-
ESLint errors detected
-
Prettier formatting issues
-
TypeScript type errors
-
Import statement organization needed
-
Pre-commit hook failures
What this skill does:
-
Runs ESLint with auto-fix
-
Runs Prettier to format code
-
Organizes imports according to project conventions
-
Fixes TypeScript type errors when possible
-
Updates imports to use correct paths
-
Verifies fixes resolved all issues
Usage:
"Fix linting errors" "Format my code" "Fix all the ESLint issues"