From 3d445fe5495776cdd38b977a03df593fc0dfeafe Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 3 Jul 2017 11:53:29 -0700 Subject: [PATCH] jshint: Introduce laxbreak to allow for if clauses on diff lines (with the || or && operator at the beginning of the line) FREEBIE --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index e3ec2721d..c3f4213ab 100644 --- a/.jshintrc +++ b/.jshintrc @@ -37,7 +37,7 @@ "globalstrict" : false, "iterator" : false, "lastsemic" : false, - "laxbreak" : false, + "laxbreak" : true, "laxcomma" : false, "loopfunc" : false, "multistr" : false,