Skip to content

kleopatra999/eslint-config-google

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-google Build Status

ESLint shareable config for the Google style

Install

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

Usage

Add some ESLint config to your package.json:

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

Then lint with $ npm run lint.

License

Apache-2 © Google

About

ESLint shareable config for the Google JavaScript style guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%