Skip to content

Instantly share code, notes, and snippets.

@BenGedi
Created October 31, 2014 09:30
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 BenGedi/28af1f3573e2cd65c868 to your computer and use it in GitHub Desktop.
Save BenGedi/28af1f3573e2cd65c868 to your computer and use it in GitHub Desktop.
{
"bitwise": false,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"indent": 1,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"plusplus": false,
"quotmark": true,
"undef": true,
"unused": false,
"strict": false,
"trailing": false,
"maxparams": 10,
"maxdepth": 5,
"maxstatements": 0,
"maxcomplexity": 0,
"maxlen": 120,
"asi": false,
"boss": true,
"debug": true,
"eqnull": true,
"esnext": true,
"evil": true,
"expr": true,
"funcscope": true,
"globalstrict": true,
"iterator": true,
"lastsemic": true,
"laxbreak": true,
"laxcomma": true,
"loopfunc": true,
"multistr": true,
"proto": true,
"scripturl": true,
"smarttabs": true,
"shadow": true,
"sub": true,
"supernew": true,
"validthis": true,
"browser": true,
"couch": true,
"devel": true,
"dojo": true,
"jquery": true,
"mootools": true,
"node": true,
"nonstandard": true,
"prototypejs": true,
"rhino": true,
"worker": true,
"wsh": true,
"yui": true,
"nomen": true,
"onevar": true,
"passfail": false,
"white": true,
"predef": [
"$",
"jQuery",
"console"
],
"maxerr": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment