@mikey-pro/eslint-config-react

Mikey Pro ESLint configuration with React

Usage no npm install needed!

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

README

Mikey Pro

Style Guide + Theme

Mikey Pro Logo

@mikey-pro/eslint-config-react

A preset ESLint configuration with React

Dependencies badge
Package size badge
Downloads badge

Usage

Install

npm i -D @mikey-pro/eslint-config-react

yarn add -D @mikey-pro/eslint-config-react

Configure

Extend to ESLint in package.json:

{
  "eslintConfig": {
    "extends": [
      "@mikey-pro/eslint-config-react"
    ]
  }
}