From: Gustavo Martin Morcuende Date: Wed, 26 Aug 2015 14:56:23 +0000 (+0200) Subject: gulp-my-tasks: update .jshintrc, exclude afterEach and spyOn X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=f20a10687e4f8e051bcc9872aa90a042a89695a1;p=JavaScriptForFun gulp-my-tasks: update .jshintrc, exclude afterEach and spyOn --- 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 } }