-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.jshintrc
1 lines (1 loc) · 1.05 KB
/
.jshintrc
1
{"maxerr":50,"bitwise":true,"camelcase":false,"curly":true,"eqeqeq":true,"freeze":true,"forin":true,"immed":false,"indent":4,"latedef":false,"newcap":false,"noarg":true,"noempty":true,"nonbsp":true,"nonew":false,"plusplus":false,"quotmark":false,"undef":false,"unused":true,"strict":true,"maxparams":false,"maxdepth":false,"maxstatements":false,"maxcomplexity":false,"maxlen":false,"asi":false,"boss":false,"debug":false,"eqnull":false,"es5":false,"esnext":true,"moz":false,"evil":false,"expr":false,"funcscope":false,"globalstrict":false,"iterator":false,"lastsemic":false,"laxbreak":false,"laxcomma":false,"loopfunc":false,"multistr":false,"noyield":false,"notypeof":false,"proto":false,"scripturl":false,"shadow":false,"sub":false,"supernew":false,"validthis":false,"browser":true,"couch":false,"devel":true,"dojo":false,"jasmine":false,"jquery":true,"mocha":true,"mootools":false,"node":false,"nonstandard":true,"prototypejs":false,"qunit":false,"rhino":false,"shelljs":false,"worker":false,"wsh":false,"yui":false,"globals":["whatsername","wrn","kendo","_","canvasResize"]}