Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 289 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 289 Bytes

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