@simonkberg/eslint-config-reactdeprecated

A shareable eslint config for my React projects

Usage no npm install needed!

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

README

@simonkberg/eslint-config-react

Travis npm package

This package has been deprecated.

An equivalent preset is available as a separate export of @simonkberg/eslint-config.

Migration:

Remove @simonkberg/eslint-config-react and install @simonkberg/eslint-config:

yarn remove @simonkberg/eslint-config-react
yarn add --dev @simonkberg/eslint-config

Update package.json to contain:

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

A shareable eslint config for my React projects.

Install:

yarn add --dev @simonkberg/eslint-config-react

Usage:

Add to package.json:

{
  "eslintConfig": {
    "extends": "@simonkberg/eslint-config-react"
  }
}

Config:

Extends: