Skip to content

Commit

Permalink
jshintrc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Abildgaard committed May 25, 2017
1 parent fc251a6 commit 03f3b11
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"maxerr" : 50,

"bitwise" : true,
"camelcase" : true,
"camelcase" : false,
"curly" : true,
"es3" : false,
"eqeqeq" : true,
"forin" : true,
"freeze" : true,
"immed" : true,
"indent" : 4,
"immed" : false,
"indent" : false,
"latedef" : "nofunc",
"maxcomplexity" : false,
"maxdepth" : false,
"maxlen" : 100,
"maxlen" : false,
"maxparams" : false,
"maxstatements" : false,
"newcap" : true,
"newcap" : false,
"noarg" : true,
"noempty" : true,
"noempty" : false,
"nonbsp" : true,
"nonew" : true,
"plusplus" : true,
Expand All @@ -33,23 +33,23 @@
"debug" : false,
"eqnull" : false,
"es5" : false,
"esnext" : false,
"esnext" : true,
"moz" : false,
"evil" : false,
"expr" : true,
"funcscope" : false,
"iterator" : false,
"lastsemic" : false,
"laxbreak" : false,
"laxcomma" : false,
"laxbreak" : true,
"laxcomma" : true,
"loopfunc" : false,
"multistr" : false,
"multistr" : true,
"noyield" : false,
"notypeof" : false,
"proto" : false,
"scripturl" : false,
"shadow" : false,
"sub" : false,
"sub" : true,
"supernew" : false,
"validthis" : false,

Expand Down

0 comments on commit 03f3b11

Please sign in to comment.