Skip to content

Instantly share code, notes, and snippets.

@lotosbin
Forked from dozoisch/linc.sh
Created August 26, 2016 02:50
Show Gist options
  • Select an option

  • Save lotosbin/85b9ce2ba0a1d7f05a78c2cdd98b7deb to your computer and use it in GitHub Desktop.

Select an option

Save lotosbin/85b9ce2ba0a1d7f05a78c2cdd98b7deb 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