Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 578 Bytes

File metadata and controls

23 lines (15 loc) · 578 Bytes

@code-style/eslint-config-react

My React eslint config

Usage

The easiest way to get started with this project is to use our setup script.

  1. Install this config plugin as a dev dependency.

    npm i -D @code-style/eslint-config-react
  2. Add the plugin to your ESLint config.

     extends:
         - '@code-style/eslint-config'
    +    - '@code-style/eslint-config-react'

    You'll also likely want to have some of my other ESLint configs for your environment.