Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

NewDadaFE/eslint-config-react-impression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

已废弃,迁移到generator

eslint-config-react-impression

style-guide

ESLint shareable config for React/JSX support.

Install

yarn add -D eslint-config-react-impression babel-eslint@^8.2.5 eslint@^4.18.0 eslint-config-standard@^11.0.0 eslint-config-standard-react@^6.0.0 eslint-plugin-import@^2.8.0 eslint-plugin-node@^5.2.1 eslint-plugin-promise@^3.6.0 eslint-plugin-react@^7.6.1 eslint-plugin-standard@^3.0.1

Usage

Add a file called .babelrc to the project root:

{
  "extends": "react-impression"
}