@dhruv-m-patel/eslint-config-react

1.1.1 • Public • Published

@dhruv-m-patel/eslint-config-react

Basic code standards for react projects

CI Status

Usage

  1. Install the package

    npm i -D @dhruv-m-patel/eslint-config-react
    # OR
    yarn add @dhruv-m-patel/eslint-config-react --dev
  2. Edit your .eslintrc or ESLint config file as follows:

    {
      "extends": ["@dhruv-m-patel/eslint-config-react", "and-other-eslint-configs"]
    }

Note: Make sure to have eslint package installed as its a peerDependency for this package.

Readme

Keywords

none

Package Sidebar

Install

npm i @dhruv-m-patel/eslint-config-react

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

4.69 kB

Total Files

5

Last publish

Collaborators

  • dhruv-m-patel