Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created June 4, 2012 14:41
Show Gist options
  • Save SBoudrias/2868808 to your computer and use it in GitHub Desktop.
Save SBoudrias/2868808 to your computer and use it in GitHub Desktop.
my basic settings for jshint for komodo edit
bitwise=true boss=true browser=true debug=true eqeqeq=true eqnull=true es5=true esnext=true expr=true immed=true iterator=true lastsemic=true laxbreak=true laxcomma=true loopfunc=true maxlen=120 multistr=true newcap=true noarg=true onecase=true onevar=true plusplus=true proto=true regexdash=true regexp=true scripturl=true shadow=true smarttabs=true strict=true sub=true supernew=true undef=true validthis=true withstmt=true predef=["window","document"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment