From d4a65467e2ed178c20441f387974edea6cbef7c8 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 30 Aug 2015 01:19:28 +0200 Subject: [PATCH] gulp-my-tasks: update jshintr, skip jasmine declaration --- gulp/gulp-my-tasks/tasks/.jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } -- 2.1.4