branch | landing-page-2014 |
changeset 78 | b28d5c14c5c2 |
parent 54 | 0ded9d7748b7 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bootstrap-source/bootstrap-3.0.3/js/.jshintrc Fri Jan 17 11:59:43 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +{ 1.5 + "asi" : true, 1.6 + "boss" : true, 1.7 + "browser" : true, 1.8 + "curly" : false, 1.9 + "debug" : true, 1.10 + "devel" : true, 1.11 + "eqeqeq" : false, 1.12 + "eqnull" : true, 1.13 + "expr" : true, 1.14 + "laxbreak" : true, 1.15 + "laxcomma" : true, 1.16 + "validthis": true 1.17 +} 1.18 \ No newline at end of file