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 }