@ttgint/eslint-config-react

v3.1.0
ESLint config for React projects

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

npm i @ttgint/eslint-config-react

Metadata

  • MIT
  • Whatever
  • Cemre Mengu
  • released 12/20/2019

Downloads

Maintainers