0.0.2 • Published 6 years ago

eslint-config-southfarm v0.0.2

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

eslint-config-southfarm

Build Status

Eslint config for all southfarm's projects written in ES6/7.

Usage

First, install this package.

npm install --save-dev eslint-config-southfarm@latest

Put following setting in your package.json:

"eslintConfig": {
  "extends": "southfarm"
},

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