Skip to content

Instantly share code, notes, and snippets.

@mattmcmanus
Created March 11, 2013 13:38
Show Gist options
  • Save mattmcmanus/5134284 to your computer and use it in GitHub Desktop.
Save mattmcmanus/5134284 to your computer and use it in GitHub Desktop.
My JSHint Config
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment