1.0.3 • Published 10 years ago

eslint-config-mcsaatchi v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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.

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago