ESLint Autofix Safe Cleanup Node v20+
Installation
SKILL.md
ESLint Autofix Safe Cleanup Node v20+
Purpose
Use this skill for Node.js 20+ projects where ESLint autofix must preserve process and script behavior.
This variant keeps the cleanup mechanical and ensures no command-line, worker, or service contract changes slip in through a lint pass.
When to Use
Use this skill when:
- the runtime is Node.js 20 or newer
- autofix touches scripts or services
- process behavior must stay unchanged
- the cleanup should remain small and reviewable