eslint-config-yougov

ESLint config for projects written by yougov

Usage no npm install needed!

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

README

eslint-config-yougov

version MIT License

ESLint config for YouGov projects.

Usage

Install the rules by running:

npm install --save-dev eslint eslint-config-yougov

Then add the extends to your .eslintrc.json:

{
    "extends": "yougov",
    "rules": {
        // your overrides
    }
}

LICENSE

MIT (see the LICENSE file).