diff --git a/.jshintrc b/.jshintrc index ab1286fb..8a6ddc63 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,8 +1,7 @@ { - //"validthis": true, + "validthis": true, "laxcomma" : true, "laxbreak" : true, - "browser" : true, "debug" : true, "boss" : true, "expr" : true, diff --git a/test.sh b/test.sh index 868e3e1a..75af5c73 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -npm install jshint +npm install -g jshint jshint *.js --config .jshintrc \ No newline at end of file