Skip to content

skan-io/eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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