eslint-gen
Installation
SKILL.md
ESLint Config Generator
Stop copying ESLint configs from other projects. This tool scans your actual codebase and generates a config that matches how you already write code.
One command. Zero config. Just works.
Quick Start
npx ai-eslint-config .
What It Does
- Scans your existing code to detect patterns and conventions
- Generates .eslintrc that matches your actual style
- Handles TypeScript, React, Vue, and Node.js projects
- Sets up proper parser and plugin configurations
- Avoids rules that would flag your existing code