1.0.1 • Published 5 years ago

git-find-changed-files v1.0.1

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

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)"