0.2.0 • Published 3 years ago

@davezuko/eslint-config v0.2.0

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

@davezuko/eslint-config

My preferred eslint configuration.

Usage

yarn add --dev @davezuko/eslint-config
// package.json
{
    "prettier": "@davezuko/prettier-config",
    "eslintConfig": {
        "extends": "@davezuko/eslint-config"
    }
}