0.2.0 • Published 3 years ago

@davezuko/lint v0.2.0

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

@davezuko/lint

My preferred linter configuration. It's a helpful wrapper around @davezuko/prettier-config and @davezuko/eslint-config since eslint and prettier both require NPM packages to follow a specific naming convention (I can't combine them).

Usage

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