@nekohack/eslint-config-react
v0.10.0
Published
## Installation
Downloads
40
Readme
@nekohack/eslint-config-react
Installation
Install the ESLint plugin for React.
Dropping support for Node.js v8.x - ESLint v7
npm i @nekohack/eslint-config-react -D
yarn add -D @nekohack/eslint-config-reactConfiguration
You can use as general ESLint plugins.
module.exports = {
extends: ['@nekohack/eslint-config-react']
}