2.0.2 • Published 1 year ago

@blockmatic/eslint-config-react v2.0.2

Weekly downloads
17
License
MIT
Repository
github
Last release
1 year ago

eslint-config-react

Blockmatic's ESLint config for react.

Installation

yarn add --dev @blockmatic/eslint-config-react eslint eslint-plugin-react eslint-plugin-jsx-a11y

Usage

After installing, update your project's .eslintrc file to import the rule sets you want:

{
  "extends" : [
    "@blockmatic/eslint-config-react"
  ]
}

Read the ESlint config docs for more information.