diff --git a/test.sh b/test.sh index f6113eae..81142494 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,3 @@ #!/bin/sh -jshint *.js --config .jshintrc \ No newline at end of file +jshint *.js --config .jshintrc +echo 'only warnings. no errors' \ No newline at end of file