Last active
August 29, 2015 14:18
-
-
Save trkoch/ff6ae9ef23f6a0d7a514 to your computer and use it in GitHub Desktop.
Recursively run JSHint
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
find path/to/scripts/ -iname "*.js" | xargs -n1 jshint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment