2.0.1 • Published 7 years ago
eslint-git-changes v2.0.1
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\""
}