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