@0y0/eslint-config-react
Version:
Common ESLint config for React.
22 lines (14 loc) • 593 B
Markdown
# @0y0/eslint-config-react · [](https://github.com/o0y0o/f2e-dev-toolkit/blob/master/LICENSE) [](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)