Skip to content

Instantly share code, notes, and snippets.

@brunogarcia
Created October 14, 2015 08:28
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 brunogarcia/404def30d6708c78bc0b to your computer and use it in GitHub Desktop.
Save brunogarcia/404def30d6708c78bc0b to your computer and use it in GitHub Desktop.
/*
JSHint
Validate files with JSHint
https://github.com/gruntjs/grunt-contrib-jshint
*/
'jshint': {
options: {
jshintrc: true
},
all: ['Gruntfile.js', '<%= config.dev %>/assets/js/main.js']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment