What problem does it solve?
This Skill automates correction of fixable ESLint rule violations to reduce manual edits, prevent style regressions, and integrate auto-fixing into developer workflows, pre-commit hooks, and CI pipelines.
Core Features & Use Cases
- Auto-apply fixable ESLint violations across files with support for dry-run previews and caching to speed repeated runs.
- Selectively apply fix categories such as problem, suggestion, layout, or directive and run fixes programmatically using the ESLint Node API.
- Use cases include running fixes locally before committing, wiring eslint --fix into lint-staged pre-commit hooks, previewing changes in CI, and building automated code-style repair into custom tooling.
Quick Start
Run the included fix-lint script to preview or apply all fixable ESLint changes to the current project.