Skip to content

Instantly share code, notes, and snippets.

@dozoisch
Created June 16, 2015 18:11
Show Gist options
  • Save dozoisch/0b02764106bf3e0ba31a to your computer and use it in GitHub Desktop.
Save dozoisch/0b02764106bf3e0ba31a to your computer and use it in GitHub Desktop.
Run Lint Only on Changed files
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