diff --git a/bootstrap-3.0.0/js/.jshintrc b/bootstrap-3.0.0/js/.jshintrc new file mode 100644 index 0000000000000000000000000000000000000000..94c520d5cf27d2bcbc7cc5e36811de132a6395e4 --- /dev/null +++ b/bootstrap-3.0.0/js/.jshintrc @@ -0,0 +1,14 @@ +{ + "validthis": true, + "laxcomma" : true, + "laxbreak" : true, + "browser" : true, + "eqeqeq" : false, + "eqnull" : true, + "debug" : true, + "devel" : true, + "curly" : false, + "boss" : true, + "expr" : true, + "asi" : true +} \ No newline at end of file