Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 607 Bytes

Sudoo-ESlint-Config-React

npm version downloads

💫 ESlint config for TypeScript React

Install

yarn add @sudoo/eslint-config-react --dev
# Or
npm install @sudoo/eslint-config-react --save-dev

Usage

In your .eslintrc.json

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