diff options
| author | Jacob Thornton <[email protected]> | 2013-07-28 22:16:17 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-07-28 22:16:17 -0700 |
| commit | a31c5cea422b858f546529009723c4d33dd0d0ea (patch) | |
| tree | d64384b0bd95a6ba608847fa6b8d7b403bac330a /js | |
| parent | e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3 (diff) | |
| parent | c9c2418a47cc887ea6bacd7783582741267dcd37 (diff) | |
| download | bootstrap-a31c5cea422b858f546529009723c4d33dd0d0ea.tar.xz bootstrap-a31c5cea422b858f546529009723c4d33dd0d0ea.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
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 |
