kleopatra999 / eslint-config-google

ESLint shareable config for the Google JavaScript style guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:JavaScript 100.0%