Created
May 13, 2019 18:31
-
-
Save dslounge/f442310272bb52776a9874d180945975 to your computer and use it in GitHub Desktop.
eslint the javascript files changed on your branch
This file contains 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 master... --name-only | grep -E '.js$' | xargs ./node_modules/eslint/bin/eslint.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment