Skip to content

Instantly share code, notes, and snippets.

@heroicyang
Created June 24, 2013 03:42
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 heroicyang/5847617 to your computer and use it in GitHub Desktop.
Save heroicyang/5847617 to your computer and use it in GitHub Desktop.
My jshint options
"jshint_options":
{
"bitwise": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"indent": 2,
"plusplus": true,
"undef": true,
"unused": true,
"trailing": true,
"eqnull": true,
"evil": true,
"expr": true,
"laxcomma": true,
"browser": true,
"jquery": true,
"node": true,
"wsh": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment