eslint-config-uphold-react

1.0.0 • Public • Published

eslint-config-uphold-react

Uphold-flavored React ESLint config. Extends eslint-config-uphold.

Installation

$ npm install eslint eslint-config-uphold-react --save-dev

Usage

Create an .eslintrc.yml file with the following:

extends: uphold-react

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

$ npm run lint

/eslint-config-uphold-react/

    Package Sidebar

    Install

    npm i eslint-config-uphold-react

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    198 kB

    Total Files

    12

    Last publish

    Collaborators

    • nbrandao