1.0.1 • Published 8 months ago

@simdo/eslint-config-react v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 months ago

SIMDO ESLint Configuration for React

Getting Started

⚠️ Be sure to follow the instructions for our main configuration first! You can find it here.

Install

Add our ESLint configuration extension to your project:

Using Yarn

yarn add -D @simdo/eslint-config-react

Setup

.eslintrc

Note: Always import "@simdo/eslint-config" last to override any conflicting rules.

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