1.0.0 • Published 3 years ago
@12peanuts/eslint-config-react v1.0.0
@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"
}