eslint-config-mcsaatchi

ESlint config used at M&C Saatchi London

Usage no npm install needed!

<script type="module">
  import eslintConfigMcsaatchi from 'https://cdn.skypack.dev/eslint-config-mcsaatchi';
</script>

README

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.