.jshintrc
{
"asi": true,
"boss": false,
"laxcomma": false,
"loopfunc": false,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"nonew": false,
"quotmark": "single",
"noempty": true,
"curly": false,
"expr": true,
"trailing": true,
"undef": true,
"unused": "vars",
"white": true,
"funcscope": false,
"evil": false,
"maxparams": 5,
"maxdepth": 3,
"strict": false,
"browser": true,
"node": true,
"indent": 2,
"esnext": true
}