0.2.1 • Published 7 years ago

eslint-config-ivantage v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

0.2.1

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago