0.0.2 • Published 4 years ago

@hobbes7878/eslint-config v0.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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