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

Latest commit

 

History

History
23 lines (15 loc) · 628 Bytes

File metadata and controls

23 lines (15 loc) · 628 Bytes

已废弃,迁移到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"
}