@oleg-ch/eslint-config-react

Base ESLint config for React projects

Usage no npm install needed!

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

README

@oleg-ch/eslint-config-node

Base ESLint config for React projects

Installation

yarn add -D @oleg-ch/eslint-config-react

Usage

Update your project's .eslintrc.json file:

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

Read the ESlint config docs for more information