diff options
| author | Chris Rebert <[email protected]> | 2013-07-27 23:12:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-27 23:12:00 -0700 |
| commit | 908f4c342bbdee1f351fb04bdcd7b2fac36c35d2 (patch) | |
| tree | 8f235c5765c41d1df1867d1ee76e6894a60c7d0e | |
| parent | c25bf6ba460125f7a99e0867062eceb2bc1dc9f5 (diff) | |
| parent | 9c672c6b20f0eee1133f572468f1bbe8ab724c4d (diff) | |
| download | bootstrap-908f4c342bbdee1f351fb04bdcd7b2fac36c35d2.tar.xz bootstrap-908f4c342bbdee1f351fb04bdcd7b2fac36c35d2.zip | |
Merge pull request #8696 from twbs/jshintrc
get jshint close to passing by updating .jshintrc settings
| -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 |
