From: Chris Rebert Date: Sun, 28 Jul 2013 04:56:44 +0000 (-0700) Subject: get jshint close to passing by updating .jshintrc settings X-Git-Tag: v3.0.0~117^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8696%2Fhead;p=thirdparty%2Fbootstrap.git get jshint close to passing by updating .jshintrc settings I don't agree with these personally, but they jive with BS/@fat's JS code style. The remaining jshint complaints are things that really actually should get fixed. --- diff --git a/js/.jshintrc b/js/.jshintrc index 70e6c57923..94c520d5cf 100644 --- a/js/.jshintrc +++ b/js/.jshintrc @@ -3,9 +3,11 @@ "laxcomma" : true, "laxbreak" : true, "browser" : true, + "eqeqeq" : false, "eqnull" : true, "debug" : true, "devel" : true, + "curly" : false, "boss" : true, "expr" : true, "asi" : true