@northernv/eslint-config

Linting for the Lightbox API layer

Usage no npm install needed!

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

README

Linting for the Lightbox API layer

Install

npm install -D @northernv/eslint-config

-or-

yarn add -d @northernv/eslint-config

Configure

Add a .eslintrc file to your project

{
  "extends": ["@northernv"]
}

Caveat

ESLint is a peerDependency, so you must install it as well

npm install -D eslint