@12peanuts/eslint-config-react
v1.0.0
Published
eslint configuration for react and react-native projects.
Downloads
242
Maintainers
Readme
@12peanuts/eslint-config-react
Shared ESLint configuration for React/ReactNative projects.
Installation
Using npm:
$ npm install --save-dev @12peanuts/eslint-config-reactUsing yarn:
$ yarn add --dev @12peanuts/eslint-config-reactConfiguration
Then, extend @12peanuts/eslint-config-react in your .eslintrc:
{
"extends": "@12peanuts/eslint-config-react"
}