From 6d93c195e3550e59b866994ff7b89257845f8dd4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 14:42:55 +0000 Subject: [PATCH] removing global flag --- .jshintrc | 2 +- test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index c662b415..ab1286fb 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,5 +1,5 @@ { - "validthis": true, + //"validthis": true, "laxcomma" : true, "laxbreak" : true, "browser" : true, diff --git a/test.sh b/test.sh index 75af5c73..868e3e1a 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -npm install -g jshint +npm install jshint jshint *.js --config .jshintrc \ No newline at end of file