@hobbes7878/eslint-config

Install the package:

Usage no npm install needed!

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

README

@hobbes7878/eslint-config

Quickstart

  1. Install the package:

    $ yarn add -D @hobbes7878/eslint-config eslint
    
  2. Create a eslintrc.json in the root of your project:

    {
      "root": true,
      "extends": "@hobbes7878/eslint-config"
    }