Skip to content

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

License

Notifications You must be signed in to change notification settings

svbutko/eslint-config-react-strong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-react-strong

npm-version npm-downloads

GitHub Followers Twitter Follow

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

Quick start

Installation

yarn

yarn add -D [email protected] eslint-config-react-strong

npm

npm install --save-dev [email protected] 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