Skip to content

Instantly share code, notes, and snippets.

@tigerclaw-az
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save tigerclaw-az/8977482 to your computer and use it in GitHub Desktop.

Select an option

Save tigerclaw-az/8977482 to your computer and use it in GitHub Desktop.
jshint options file
{
"browser": true,
"curly": false,
"dojo": true,
"eqeqeq": true,
"eqnull": false,
"evil": false,
"immed": true,
"indent": 4,
"jquery": true,
"latedef": true,
"loopfunc": true,
"newcap": false,
"node": true,
"onecase": true,
"quotmark": "single",
"smarttabs": true,
"strict": false,
"trailing": false,
"undef": false,
"unused": false,
"globals": {
"jQuery": true,
"console": true,
"module": true,
"document": true
},
"-W015": true,
"-W044": true,
"-W086": true,
"-W093": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment