From f09db15acbab34951ec15e26516499f73d3ec646 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 5 Dec 2017 08:38:50 -0500 Subject: [PATCH] adjust jshint behavior --- .jshintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index fd2d65d0c..748a6206b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -19,6 +19,5 @@ "sub": true, "undef": true, "unused": true, - "validthis": true, - "-W058": true // suppress "Missing '()' invoking a constructor" message + "validthis": true }