Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.11 KB

ttgint/eslint-config-react

npm Build Status Greenkeeper badge

ESLint config for React projects generated with create-react-app

Installation

npm i eslint prettier @ttgint/eslint-config-react --save-dev

Setup

Add the config to either the package.json:

{
  "eslintConfig": {
    "extends": "@ttgint/eslint-config-react"
  }
}

or to the .eslintrc

{
  "extends": "@ttgint/eslint-config-react"
}

Acknowledgments