rhettl / eslint-config-rhett

Rhett's Eslint sharable configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rhett's Eslint sharable configuration

License:MIT License


Languages

Language:JavaScript 100.0%