@coder/eslint-config

ESLint config for Coder projects

Usage no npm install needed!

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

README

Install with this:

yarn add --dev @coder/eslint-config

Then add the following to your eslint config:

{
    "extends": "@coder/eslint-config"
}