Skip to content

Instantly share code, notes, and snippets.

@evanmcd
Created September 17, 2012 14:13
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 evanmcd/3737558 to your computer and use it in GitHub Desktop.
Save evanmcd/3737558 to your computer and use it in GitHub Desktop.
Sublime Text 2 SublimeLinter user settings
{
"jshint_options":
{
"browser" : false,
"camelcase" : true,
"curly" : true,
"devel" : false,
"indent" : false,
"jquery" : true,
"mootools" : false,
"node" : false,
"prototypejs" : false,
"rhino" : false,
"wsh" : false,
"asi" : false,
"bitwise" : false,
"boss" : true,
"curly" : false,
"debug" : false,
"eqeqeq" : true,
"eqnull" : true,
"es5" : true,
"evil" : false,
"expr" : true,
"forin" : false,
"globalstrict" : false,
"immed" : true,
"latedef" : true,
"laxbreak" : true,
"laxcomma" : true,
"loopfunc" : false,
"maxerr" : 50,
"newcap" : true,
"noarg" : true,
"noempty" : false,
"nonew" : true,
"nomen" : false,
"onevar" : false,
"passfail" : false,
"plusplus" : false,
"regexdash" : false,
"regexp" : false,
"undef" : true,
"scripturl" : false,
"shadow" : false,
"smarttabs" : true,
"strict" : false,
"sub" : true,
"supernew" : false,
"trailing" : false,
"white" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment