Skip to content

Instantly share code, notes, and snippets.

@trkoch
Last active August 29, 2015 14:18
Show Gist options
  • Save trkoch/ff6ae9ef23f6a0d7a514 to your computer and use it in GitHub Desktop.
Save trkoch/ff6ae9ef23f6a0d7a514 to your computer and use it in GitHub Desktop.
Recursively run JSHint
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