eslint-gen

Review·Scanned 2/18/2026

Generates an ESLint config by analyzing a codebase and calling OpenAI. It reads local files (e.g., package.json) and sends code samples to OpenAI, requires OPENAI_API_KEY, and is run via the CLI npx ai-eslint-config ..

from clawhub.ai·vb131ae5·56.1 KB·0 installs
Scanned from 1.0.0 at b131ae5 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/eslint-genReview findings below

ai-eslint-config

Generate an ESLint config that matches your codebase's existing style. No more arguing about semicolons.

Install

npm install -g ai-eslint-config

Usage

npx ai-eslint-config
# → ESLint config written to eslint.config.js

npx ai-eslint-config --format json
# → Generates .eslintrc.json instead

npx ai-eslint-config --dir ./src
# → Only analyze files in ./src

Setup

export OPENAI_API_KEY=sk-...

License

MIT