1.1.0 • Published 5 years ago

eslint-config-reasonable-react v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Install

npm i -D eslint-config-reasonable-react
yarn add eslint-config-reasonable-react --dev

Usage

You can just extend it on your .eslintrc file (assuming eslint version 5 or greater):

 {
   'extends': 'reasonable-react'
 }

Remember to check your syntax and eslint version

This library extends:

[
  'eslint:recommended',
  'plugin:react/recommended',
]

Plugins:

[
  'promise',
  'react',
  'standard'
]