Skip to content

iVantage/eslint-config-ivantage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-ivantage

ESLint shareable config for the iVantage.

Install

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

Usage

Tell ESLint you want to extend the iVantage rules in your ESLint config or package.json:

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

Then lint with $ npm run lint.

License

MIT

About

ESLint shareable config for iVantage

Resources

License

Stars

Watchers

Forks

Packages

No packages published