0.2.0 • Published 4 years ago
@davezuko/eslint-config v0.2.0
@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"
    }
}