Skip to content

Instantly share code, notes, and snippets.

@kesar
Created October 3, 2014 16:48
Show Gist options
  • Save kesar/41fa0804a0783c55e5e8 to your computer and use it in GitHub Desktop.
Save kesar/41fa0804a0783c55e5e8 to your computer and use it in GitHub Desktop.
jshint-config.json
{
"forin": true,
"devel": false,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"latedef": true,
"noarg": true,
"undef": true,
"unused": true,
"camelcase": true,
"sub": true,
"globals": {
"dd": true,
"CustomEvent": true,
"$": true,
"document": true,
"window": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment