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

https://github.com/kurosame/eslint-config-react

ESLint config for React
https://github.com/kurosame/eslint-config-react

eslint eslint-config prettier react

Last synced: about 1 month ago
JSON representation

ESLint config for React

Awesome Lists containing this project

README

          

# ESLint Config React

## Installation

```sh
npm install @kurosame/eslint-config-react --save-dev
```

## Usage

In Your ESLint Config:

```json
{
"extends": ["@kurosame/eslint-config-react"]
}
```

## License

MIT