jshint: Introduce laxbreak to allow for if clauses on diff lines

(with the || or && operator at the beginning of the line)

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-03 11:53:29 -07:00
parent e91f2d0377
commit 3d445fe549

View file

@ -37,7 +37,7 @@
"globalstrict" : false,
"iterator" : false,
"lastsemic" : false,
"laxbreak" : false,
"laxbreak" : true,
"laxcomma" : false,
"loopfunc" : false,
"multistr" : false,