Socket
Socket
Sign inDemoInstall

eslint-config-rhett

Package Overview
Dependencies
88
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-rhett

Rhett's ESLint shareable config


Version published
Maintainers
1
Install size
9.59 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 09 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc