@onlaw/eslint-config

Onlaw's ESLint config

Usage no npm install needed!

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

README

@onlaw/eslint-config

Install

Install the package

yarn add -D eslint @onlaw/eslint-config

and add it to your .eslintrc.json:

{
  "root": true,
  "extends": ["@onlaw/eslint-config"]
}