0.3.0 • Published 7 years ago

eslint-config-36node v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-36node

Build Status

Eslint config for all 36node's projects written in ES6, extended from airbnb.

Quick Start

First, install this package.

npm install --save-dev eslint-config-36node@latest

Put following setting in your package.json:

"eslintConfig": {
  "extends": "36node"
},

That's it! You can override the settings from eslint-config-36node by editting eslintConfig section in package.json. Learn more about configuring ESLint on the ESLint website.