1.1.1 • Published 5 years ago

@skan-io/eslint-config-react v1.1.1

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

eslint-config-react

React eslint config for ecma script standard (stage 2)

Usage

npm i -D @skan-io/eslint-config-react

In .eslintrc:

root: true

extends:
  - '@skan-io/eslint-config-react'

NOTE: may need to restart your editor for config to take effect