3.0.0 • Published 4 years ago

@brickblock/eslint-config-react v3.0.0

Weekly downloads
36
License
ISC
Repository
-
Last release
4 years ago

eslint-config-react

ESLint shareable config for all our React projects. This package contains only React-specific rules. In addition to this package, you should also install our eslint-config-base.

How to use this package?

  1. Install Package

    yarn add --dev @brickblock/eslint-config-react
  2. Install Peer Dependencies

    npm info "@brickblock/eslint-config-react@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "@brickblock/eslint-config-react@latest"
  3. Use Package

Once @brickblock/eslint-config-react is installed, you can use it by adding it to the extends section of your ESLint configuration.

/* .eslintrc.js */

module.exports = {
  extends: [
    '@brickblock/eslint-config-base',
    '@brickblock/eslint-config-react'
  ]
}
3.0.0

4 years ago

2.4.0

5 years ago

2.3.3

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.4.3

5 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago