Skip to content

Instantly share code, notes, and snippets.

@elishowk
Created October 30, 2012 09:33
Show Gist options
  • Save elishowk/3979255 to your computer and use it in GitHub Desktop.
Save elishowk/3979255 to your computer and use it in GitHub Desktop.
.jshintrc
{
"node": true,
"es5": true,
"esnext": true,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"undef": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"jQuery": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment