Skip to content

Instantly share code, notes, and snippets.

@artburkart
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save artburkart/874b8497da0bd95f5326 to your computer and use it in GitHub Desktop.

Select an option

Save artburkart/874b8497da0bd95f5326 to your computer and use it in GitHub Desktop.
my .jshintrc file
{
"undef": true,
"bitwise": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"plusplus": true,
"quotmark": "single",
"undef": true,
"unused": "vars",
"predef": ["MY_GLOBAL"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment