0.0.2 • Published 4 years ago

@hypeguy/eslint-config v0.0.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
4 years ago

Installation

$ npm install --save-dev eslint @hypeguy/eslint-config

Usage

Once the @hypeguy/eslint-config package is installed, you can use it by specifying google in the extends section of your ESLint configuration.

{
  "extends": "@hypeguy/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}