eslint-config-mcsaatchi
An ESLint Shareable Config used at M&C Saatchi London
Install on your project
npm install eslint-config-mcsaatchi --save-dev
.eslintrc
Add to your local
ES6:
Or if you are using
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.