2.0.6 • Published 4 years ago

@xoi/eslint-config-react v2.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@xoi/eslint-config-react

CircleCI Version License

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: { /* overrides and additional 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