Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/selemondev/create-eslint-config

A minimal Eslint CLI to rapidly setup ESLint in React.js projects. WIP :construction:
https://github.com/selemondev/create-eslint-config

eslint eslint-config eslint-react-config

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# `@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:

```sh
npm create @selemondev/eslint-config
```

With pnpm:

```sh
pnpm create @selemondev/eslint-config
```

With Yarn:

```sh
yarn create @selemondev/eslint-config
```