Skip to content

Instantly share code, notes, and snippets.

@kageroh
Created March 6, 2012 18:25
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 kageroh/1987903 to your computer and use it in GitHub Desktop.
Save kageroh/1987903 to your computer and use it in GitHub Desktop.
.jshintrc
{
"passfail" : false,
"maxerr" : 100,
"browser" : true,
"node" : false,
"rhino" : false,
"couch" : false,
"wsh" : true,
"jquery" : true,
"prototypejs" : false,
"mootools" : false,
"dojo" : false,
"predef" : [
"google"
],
"debug" : false,
"devel" : true,
"es5" : true,
"strict" : false,
"globalstrict" : false,
"asi" : false,
"laxbreak" : true,
"bitwise" : true,
"boss" : false,
"curly" : true,
"eqeqeq" : true,
"eqnull" : false,
"evil" : false,
"expr" : false,
"forin" : false,
"immed" : true,
"latedef" : true,
"loopfunc" : false,
"noarg" : true,
"regexp" : true,
"regexdash" : false,
"scripturl" : true,
"shadow" : false,
"supernew" : false,
"undef" : true,
"newcap" : true,
"noempty" : true,
"nonew" : true,
"nomen" : true,
"onevar" : false,
"plusplus" : false,
"sub" : false,
"trailing" : true,
"white" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment