ESLint Config React
![donate badge](https://img.shields.io/badge/patreon-donate-ff69b4.svg?style=flat-square)
![david dev badge](https://img.shields.io/david/dev/wopian/eslint-config-wopian.svg?style=flat-square)
Standard ESLint Config for my React projects
Requirements
Installation
yarn add --dev eslint eslint-config-wopian-react
npm install --save-dev eslint eslint-config-wopian-react
Usage
Create an .eslintrc.*
file to configure rules. See: https://eslint.org/docs/user-guide/configuring
Example .eslintrc.yml
extends: wopian-react
Contributing
Setup
This project uses Yarn Workspaces which has to be enabled globally:
yarn config set workspaces-experimental true
Install Dependencies
yarn
yarn bootstrap
License
All code released under MIT