Created
October 31, 2014 09:30
-
-
Save BenGedi/28af1f3573e2cd65c868 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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