diff --git a/.jshintrc b/.jshintrc index 0a31e3a2..f648a0a4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,6 +1,6 @@ { "bitwise" : true, - /* "browser" : true, */ + "browser" : true, "devel" : true, "eqeqeq" : true, "es5" : true, diff --git a/test.sh b/test.sh index 998cfc7e..04c0b791 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh npm i jshint -./node_modules/jshint/bin/hint ./server.js ./lib/cloudfunc.js --config ./.jshintrc \ No newline at end of file +./node_modules/jshint/bin/hint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file