Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 545 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 545 Bytes

eslint-config-renrenche

RenRenChe JavaScript style guide

npm license

Installation

npm install --save-dev eslint@3 eslint-plugin-import@2 eslint-config-renrenche

Usage

Add

{
  "extends": "renrenche"
}

to package.json -> eslintConfig or .eslintrc.json

License

MIT