just-ec-top
v0.0.1
Published
CLI for setting up eslint-config-the-only-perfect
Readme
just-ec-top
A simple CLI tool that sets up eslint-config-the-only-perfect in any project.
🚀 Usage
You can run it directly with npx:
npx just-ec-top initOr install it globally:
npm install -g just-ec-top
just-ec-top init🧩 What it does
- Installs:
eslint@9
eslint-config-the-only-perfect
- Creates a minimal eslint.config.js file:
import config from "eslint-config-the-only-perfect";
export default config;