1.0.0 • Published 5 years ago

eslint-changed-files v1.0.0

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

eslint-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).

Use this to your lint script like the following: "lint": "eslint $(./findChangedFiles.sh)"