Skip to content

Instantly share code, notes, and snippets.

@bentruyman
Created February 26, 2013 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bentruyman/5041796 to your computer and use it in GitHub Desktop.
Save bentruyman/5041796 to your computer and use it in GitHub Desktop.
My default .jshintrc
{
"es5": true,
"browser": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"expr": true,
"forin": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"scripturl": true,
"smarttabs": true,
"supernew": true,
"trailing": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment