@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"
    }