1.4.0 • Published 2 months ago

@impargo/eslint-config v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

impargo-eslint

Impargo eslint rules

Installation

You'll first need to install ESLint:

yarn add -D eslint

Next, install @impargo/eslint-config:

yarn add -D @impargo/eslint-config

Usage

Add @impargo/eslint-config to the extends section of your .eslintrc configuration file:

{
    "extends": [
        "@impargo/eslint-config"
    ]
}