2.0.1 • Published 6 years ago

eslint-git-changes v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

eslint-git-changes

Run eslint on added and modified javascript/json/jsx files in your git working tree

Usage

Install it: npm install --save-dev eslint-git-changes.

Suggestion: Then add a pretest script to your package.json.

{
	"pretest": "eslint-git-changes --json --jsx",
	"test": "mocha",
	"posttest": "echo \"profit\""
}