Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-rhett

rhettl8MIT0.1.1

Rhett's ESLint shareable config

❤️, eslintconfig, code, quality, style, lint, linter, jscs, jshint, jslint, eslint, validate, code style, standard, strict, check, checker, verify, enforce, hint, simple

readme

eslint-config-rhett

ESLint shareable config for Rhett Lowe

I'm tired of reading everyone else's rules and being surprised down the road.

Install

$ npm install --save-dev eslint-config-rhett

Usage

Add some ESLint config to your package.json:

{
    "name": "my-project",
    "eslintConfig": {
        "extends": "rhett"
    }
}

Or to .eslintrc:

{
    "extends": "rhett"
}

License

MIT © Rhett Lowe