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

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

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent e91f2d0377
commit 3d445fe549

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

Loading…
Cancel
Save