1.0.3 • Published 9 years ago

eslint-config-mcsaatchi v1.0.3

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

eslint-config-mcsaatchi

An ESLint Shareable Config used at M&C Saatchi London

Install on your project

npm install eslint-config-mcsaatchi --save-dev

Add to your local .eslintrc

{
  "extends": "mcsaatchi"
}

Or if you are using ES6:

{
  "extends": "mcsaatchi/es6"
}

And don't forget to install the babel-eslint:

npm install babel-eslint --save-dev

You can override settings from the shareable config by adding them directly into your .eslintrc file.