Skip to content

Instantly share code, notes, and snippets.

@kesar
Created September 1, 2014 13:14
Show Gist options
  • Save kesar/9559d3b6ebf77c55c18e to your computer and use it in GitHub Desktop.
Save kesar/9559d3b6ebf77c55c18e to your computer and use it in GitHub Desktop.
jshint config
{
"forin": true,
"devel": false,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"latedef": true,
"noarg": true,
"undef": true,
"unused": true,
"camelcase": true,
"sub": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment