From be15a75fedcb9004f664f6f71fd6c7d46204e5a0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 20:05:16 +0000 Subject: [PATCH] jshint setted up --- test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 966d5b2f..224493bb 100644 --- a/test.sh +++ b/test.sh @@ -1,5 +1,4 @@ #!/bin/sh npm install -g jshint -jshint client.js --config .jshintrc_client -jshint server.js lib/*.js --config .jshintrc +jshint *.js lib/*.js --config .jshintrc echo 'only warnings. no errors' \ No newline at end of file