Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.84 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.84 KB

eslint-config-react-strong

npm-version npm-downloads

GitHub Followers

ESLint strong (strict) config for React and React Native development.

Quick start

Installation

yarn

yarn add -D eslint eslint-config-react-strong

npm

npm install --save-dev eslint eslint-config-react-strong

Usage

Add "react-strong" to the "extends" array in your .eslintrc.* file. Make sure to put it last, so it gets the chance to override other configs.

{
  "extends": [
    "...",
    "react-strong"
  ]
}

Other configs

Plugins included in this project