From 189d1c7c1d25d53ef83752f02372c39a36c6c419 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 Feb 2017 17:37:21 +0200 Subject: [PATCH] chore(jshint) redefinition of --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 89210ea0..c750d320 100644 --- a/.jshintrc +++ b/.jshintrc @@ -18,5 +18,6 @@ "quotmark": "single", "validthis": true, "-W024": true, - "-W120": true + "-W120": true, + "-W079": true }