simonkberg / eslint-config-react

A shareable eslint config for my React projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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:

About

A shareable eslint config for my React projects

License:MIT License


Languages

Language:JavaScript 100.0%