# @0y0/eslint-config-react · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/o0y0o/f2e-dev-toolkit/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@0y0/eslint-config-react.svg)](https://www.npmjs.com/package/@0y0/eslint-config-react)

`@0y0/eslint-config-react` is a common ESLint config for React.

## Installation

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

## Usage

```js
{
  "extends": "@0y0/eslint-config-react" // or `@0y0/react`
}
```

## License

[MIT](https://github.com/o0y0o/f2e-dev-toolkit/blob/master/LICENSE)
