Skip to content

Instantly share code, notes, and snippets.

@wbyoung
Created May 30, 2014 00:55
Show Gist options
  • Save wbyoung/8b3b8619443925eb39c3 to your computer and use it in GitHub Desktop.
Save wbyoung/8b3b8619443925eb39c3 to your computer and use it in GitHub Desktop.
JSHint Config
{
"camelcase" : true,
"immed" : true,
"indent" : 2,
"latedef" : true,
"newcap" : true,
"nonew" : true,
"plusplus" : true,
"quotmark" : true,
"maxcomplexity" : 20,
"maxlen" : 80,
"node" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment