@blockmatic/eslint-config-react

Blockmatic's ESLint config for React projects

Usage no npm install needed!

<script type="module">
  import blockmaticEslintConfigReact from 'https://cdn.skypack.dev/@blockmatic/eslint-config-react';
</script>

README

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.