Skip to content

Instantly share code, notes, and snippets.

@xavi-
Last active December 11, 2015 05:18
Show Gist options
  • Save xavi-/4551276 to your computer and use it in GitHub Desktop.
Save xavi-/4551276 to your computer and use it in GitHub Desktop.
My JSHint settings.
{
"predef": [],
"maxerr": 150,
"browser": true,
"node": true,
"esnext": true,
"jquery": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"noarg": true,
"noempty": true,
"nonew": true,
"undef": true,
"strict": false,
"trailing": true,
"globalstrict": true,
"nonstandard": true,
"sub": true,
"white": false,
"eqnull": true,
"loopfunc": true,
"laxcomma": true,
"scripturl": true,
"evil": true,
"boss": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment