Skip to content

Instantly share code, notes, and snippets.

@thraxil
Created July 31, 2012 17:58
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 thraxil/3218950 to your computer and use it in GitHub Desktop.
Save thraxil/3218950 to your computer and use it in GitHub Desktop.
my ~/.jshint
{
"asi" : true,
"bitwise" : true,
"boss" : false,
"browser" : true,
"couch" : true,
"curly" : true,
"debug" : false,
"devel" : true,
"eqeqeq" : true,
"eqnull" : false,
"es5" : true,
"evil" : false,
"expr" : false,
"forin" : true,
"globalstrict" : true,
"immed" : true,
"jquery" : true,
"latedef" : true,
"laxbreak" : false,
"loopfunc" : false,
"mootools" : true,
"newcap" : false,
"noarg" : true,
"node" : true,
"noempty" : false,
"nonew" : false,
"nomen" : false,
"nonstandard" : true,
"onevar" : false,
"passfail" : false,
"plusplus" : false,
"prototypejs" : true,
"regexdash" : true,
"regexp" : false,
"rhino" : false,
"undef" : true,
"safe" : false,
"shadow" : true,
"strict" : false,
"sub" : true,
"supernew" : false,
"trailing" : true,
"white" : true,
"wsh" : false,
"indent" : 4,
"predef" : [
"jasmine",
"describe",
"xdescribe",
"it",
"xit",
"beforeEach",
"afterEach",
"expect",
"spyOn",
"runs",
"waits",
"waitsFor",
"Benchmark",
"Raphael",
"Backbone",
"Modernizr"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment