0.1.1 • Published 8 years ago

eslint-config-rhett v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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