1.1.0 • Published 2 years ago

@awuxtron/eslint-config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@awuxtron/eslint-config

My personal ESLint config.

Usage

Install:

$ npm install --dev @awuxtron/eslint-config

Edit package.json:

{
    // ...
    "eslint": {
        "extends": "@awuxtron"
    }
}