@brickblock/eslint-config-react

3.0.0 • Public • Published

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'
  ]
}

/@brickblock/eslint-config-react/

    Package Sidebar

    Install

    npm i @brickblock/eslint-config-react

    Weekly Downloads

    2

    Version

    3.0.0

    License

    ISC

    Unpacked Size

    17.6 kB

    Total Files

    9

    Last publish

    Collaborators

    • bogdan.judele
    • brickblock-dev-team
    • chapati23