ESLint Autofix Safe Cleanup Browser v18+
Installation
SKILL.md
ESLint Autofix Safe Cleanup Browser v18+
Purpose
Use this skill for browser-oriented projects where ESLint autofix must preserve UI behavior.
This variant keeps the cleanup mechanical and ensures no DOM, rendering, or user interaction behavior changes slip in through a lint pass.
When to Use
Use this skill when:
- the runtime is browser-based
- autofix touches UI code
- behavior must stay unchanged
- the cleanup should remain small and reviewable