Skip to content

Instantly share code, notes, and snippets.

@jlouthan
Last active January 4, 2016 17:29
Show Gist options
  • Save jlouthan/8654374 to your computer and use it in GitHub Desktop.
Save jlouthan/8654374 to your computer and use it in GitHub Desktop.
A default configuration for the Grunt task jshint.
jshint: {
options: {
"node": true,
"esnext": true,
"curly": false,
"smarttabs": true,
"indent": 2,
"quotmark": "single"
},
all: ['Gruntfile.js', 'scripts/{,*/}*.js']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment