From: Gustavo Martin Morcuende Date: Sat, 29 Aug 2015 23:19:28 +0000 (+0200) Subject: gulp-my-tasks: update jshintr, skip jasmine declaration X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=d4a65467e2ed178c20441f387974edea6cbef7c8;p=JavaScriptForFun gulp-my-tasks: update jshintr, skip jasmine declaration --- diff --git a/gulp/gulp-my-tasks/tasks/.jshintrc b/gulp/gulp-my-tasks/tasks/.jshintrc index 3a19927..80de580 100644 --- a/gulp/gulp-my-tasks/tasks/.jshintrc +++ b/gulp/gulp-my-tasks/tasks/.jshintrc @@ -65,6 +65,7 @@ "beforeEach" : false, "after" : false, "afterEach" : false, - "spyOn" : false + "spyOn" : false, + "jasmine" : false } }