@xoi/eslint-config-react

An ESLint config for React apps
Installation
This module is distributed via npm
which is bundled with node
and should be installed as one of your project's devDependencies
:
yarn add -D @xoi/eslint-config-react
This package has peer dependencies. Please make sure you have those installed as well.
yarn add -D eslint@^6.1.0
Usage
.eslintrc.*
module.exports = {
extends: '@xoi/eslint-config-react',
rules: { }
}
Editor Integration
ESLint can be integrated with various editors. See the Integrations page in the ESLint documentation for details
Contributing
Open an issue or create a pull request