ESLint Baseline Hardening
Installation
SKILL.md
ESLint Baseline Hardening
Purpose
Use this skill to harden ESLint in small, safe steps.
The goal is to improve the lint baseline without causing a repo-wide breakage or mixing lint cleanup with unrelated refactors.
The core rule is simple:
Raise the standard in phases.
When to Use
Use this skill when: