create-eslint-config

A minimal Eslint CLI to rapidly setup ESLint in React.js projects. WIP

MIT License

Downloads
11
Stars
3

@selemondev/create-react-eslint-config

Currently undergoing heavy development 🚧

A minimal Eslint CLI to rapidly setup ESLint in React.js projects.

Usage

Run the following command in your project root:

With npm:

npm create @selemondev/eslint-config

With pnpm:

pnpm create @selemondev/eslint-config

With Yarn:

yarn create @selemondev/eslint-config