From e7e9cd3872953864bfe4a33e6ee1edc91f39a8c7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 14:46:53 +0000 Subject: [PATCH] removing flag browser --- .jshintrc | 3 +-- test.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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