@vendhq/eslint-config

ESLint configuration for Vend

Usage no npm install needed!

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

README

@vendhq/eslint-config

Lint

This is a shared ESLint configuration for Vend. To use it, first add it as a development dependency:

yarn add -D @vendhq/eslint-config

And then add this to your .eslintrc:

{
  "extends": "@vendhq"
}