Skip to content

Instantly share code, notes, and snippets.

@tigerclaw-az
Last active August 29, 2015 13:56
Show Gist options
  • Save tigerclaw-az/8977482 to your computer and use it in GitHub Desktop.
Save tigerclaw-az/8977482 to your computer and use it in GitHub Desktop.
jshint options file
{
"browser": true,
"curly": true,
"eqeqeq": true,
"es5": false,
"forin": true,
"freeze": true,
"funcscope": false,
"futurehostile": true,
"globalstrict": false,
"iterator": false,
"latedef": true,
"jasmine": true,
"jquery": true,
"maxdepth": 10,
"maxparams": 5,
"mocha": true,
"noarg": true,
"nonbsp": true,
"nonew": true,
"notypeof": false,
"onecase": true,
"plusplus": false,
"shadow": false,
"singleGroups": true,
"undef": true,
"unused": true,
"worker": true,
"globals": {
"Foundation": true,
"module": true,
"document": true,
"_gm": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment