From 6e80dce9d4633b5d4ba9db41d40c67b91ceb5365 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 5 Dec 2017 15:08:01 +0100 Subject: [PATCH] check for invalid typeof checks --- .jshintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index aeddcda04..c95e9dbc4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -7,7 +7,6 @@ "iterator": true, "latedef": true, "nocomma": true, - "notypeof": true, "shadow": false, "undef": true, "unused": true,