Skip to content

Instantly share code, notes, and snippets.

@otakustay
Created July 17, 2014 05:27
Show Gist options
  • Save otakustay/11f7606fbe60fdd95b1d to your computer and use it in GitHub Desktop.
Save otakustay/11f7606fbe60fdd95b1d to your computer and use it in GitHub Desktop.
.jshintrc
{
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"plusplus": false,
"quotmark": "single",
"regexp": false,
"undef": true,
"unused": "vars",
"strict": false,
"trailing": true,
"maxparams": 6,
"maxdepth": 4,
"maxlen": 120,
"asi": false,
"boss": false,
"debug": false,
"eqnull": true,
"esnext": false,
"evil": false,
"expr": true,
"funcscope": false,
"globalstrict": false,
"iterator": false,
"lastsemic": false,
"laxbreak": true,
"laxcomma": false,
"loopfunc": false,
"multistr": false,
"onecase": false,
"proto": false,
"regexdash": false,
"scripturl": false,
"smarttabs": false,
"shadow": true,
"sub": false,
"supernew": false,
"validthis": true,
"browser": true,
"couch": false,
"devel": true,
"dojo": false,
"jquery": true,
"mootools": false,
"node": false,
"nonstandard": false,
"prototypejs": false,
"rhino": false,
"wsh": false,
"nomen": true,
"onevar": false,
"passfail": false,
"white": false,
"predef": ["define", "URL"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment