Created
June 16, 2015 18:11
-
-
Save dozoisch/0b02764106bf3e0ba31a to your computer and use it in GitHub Desktop.
Run Lint Only on Changed files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git diff -z --name-only --diff-filter=ACMRTUB `git merge-base HEAD master` | xargs -0 eslint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment