@ttgint/eslint-config-react

3.1.0 • Public • Published

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

/@ttgint/eslint-config-react/

    Package Sidebar

    Install

    npm i @ttgint/eslint-config-react

    Weekly Downloads

    28

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    4.44 kB

    Total Files

    8

    Last publish

    Collaborators

    • cemremengu