From 40ad44b778fe7d56c6bf183c6911cea7b9933694 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 15:02:44 +0000 Subject: [PATCH] new file with jshint config for client.js --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index b03810b1..966d5b2f 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,5 @@ #!/bin/sh npm install -g jshint -jshint *.js --config .jshintrc +jshint client.js --config .jshintrc_client +jshint server.js lib/*.js --config .jshintrc echo 'only warnings. no errors' \ No newline at end of file