git-find-changed-files
v1.0.1
Published
Find files that have changed since the master branch
Downloads
1
Readme
git-find-changed-files
Get files that have changed between your merge and your master branch. This is not dependent on pre-commit or pre-push hooks, so you can actually get work done effectively. It also takes into account the files that exist in .eslintignore
(to avoid annoying warning messages).
You can use this to your lint script like the following:
"lint": "eslint $(./findChangedFiles.sh)"