@octopusthink/eslint-config

A shareable ESLint config for Octopus Think projects (and other clever octopuses!)

Usage no npm install needed!

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

README

@octopusthink/eslint-config

Shareable ESLint configs; includes prettier integration.

Usage

npm install --save-dev @octopusthink/eslint-config

Then add the ESLint config to your own .eslintrc:

{
  "extends": [
    "@octopusthink/eslint-config"
  ]
}

You'll need to install the peer-dependencies for this project as well.