Skip to content

Instantly share code, notes, and snippets.

@vernak2539
Created October 23, 2013 14:40
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 vernak2539/7120077 to your computer and use it in GitHub Desktop.
Save vernak2539/7120077 to your computer and use it in GitHub Desktop.
Sample of jshintrc file
{
"devel": true,
"browser": true
"es5": true,
"boss": true,
"bitwise": true,
"curly": true,
"debug": false,
"eqeqeq": true,
"latedef": true,
"laxcomma": true,
"newcap": true,
"undef": true,
"shadow": false,
"strict": true,
"unused": true,
"globals": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment