Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created September 6, 2011 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtnabe/1196731 to your computer and use it in GitHub Desktop.
Save wtnabe/1196731 to your computer and use it in GitHub Desktop.
sample config file for jshint4r
src:
- 'public/javascripts/**/*.js'
excludes:
- 'public/javascripts/**/*.min.js'
- 'public/javascripts/**/*.pack.js'
options:
asi: true
reporter: compilation
verbose: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment