Socket
Socket
Sign inDemoInstall

eslint-config-google

Package Overview
Dependencies
88
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-google

ESLint shareable config for the Google style


Version published
Weekly downloads
452K
increased by1.49%
Maintainers
2
Install size
23.8 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-google Build Status

ESLint shareable config for the Google style

Note that there are some rules the Google style guide isn't opinionated about and you might want to set yourself.

Install

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

Usage

Add some ESLint config to your package.json:

{
	"scripts": {
		"lint": "eslint ."
	},
	"devDependencies": {
		"eslint": "^3.5.0",
		"eslint-config-google": "^0.5.0"
	},
	"eslintConfig": {
		"extends": "google"
	}
}

Then lint with $ npm run lint.

License

Apache-2 © Google

Keywords

FAQs

Last updated on 18 Oct 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