eslint-config-rhett

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-rhett

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • rhettl