From f20a10687e4f8e051bcc9872aa90a042a89695a1 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Wed, 26 Aug 2015 16:56:23 +0200 Subject: [PATCH] gulp-my-tasks: update .jshintrc, exclude afterEach and spyOn --- 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 2e382d2..3a19927 100644 --- a/gulp/gulp-my-tasks/tasks/.jshintrc +++ b/gulp/gulp-my-tasks/tasks/.jshintrc @@ -64,6 +64,7 @@ "before" : false, "beforeEach" : false, "after" : false, - "afterEach" : false + "afterEach" : false, + "spyOn" : false } } -- 2.1.4