From 2d669b43613a83df2147e91acc348abfbb43a412 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 20 Feb 2017 16:06:29 +0200 Subject: [PATCH] chore(jshint) disable: You might be leaking a variable --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 8ab285f3..89210ea0 100644 --- a/.jshintrc +++ b/.jshintrc @@ -17,5 +17,6 @@ "expr" : true, "quotmark": "single", "validthis": true, - "-W024": true + "-W024": true, + "-W120": true }