@garantme/eslint-config-react

Install

Usage no npm install needed!

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

README

@garantme/eslint-config-react

Usage

Install

yarn add --dev eslint prettier @babel/eslint-parser eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks @garantme/eslint-config @garantme/eslint-config-react

Then add this to your .eslintrc

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