diff options
| author | Chris Rebert <[email protected]> | 2013-07-27 21:56:44 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-27 21:56:44 -0700 |
| commit | 9c672c6b20f0eee1133f572468f1bbe8ab724c4d (patch) | |
| tree | 8f235c5765c41d1df1867d1ee76e6894a60c7d0e /js | |
| parent | 03b2866b9e83d328d2199c3b44caa31ca4d3c41d (diff) | |
| download | bootstrap-9c672c6b20f0eee1133f572468f1bbe8ab724c4d.tar.xz bootstrap-9c672c6b20f0eee1133f572468f1bbe8ab724c4d.zip | |
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.
Diffstat (limited to 'js')
| -rw-r--r-- | js/.jshintrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/.jshintrc b/js/.jshintrc index 70e6c5792..94c520d5c 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 |
