check for invalid typeof checks

This commit is contained in:
ansuz 2017-12-05 15:08:01 +01:00
parent 291eb57027
commit 6e80dce9d4

View File

@ -7,7 +7,6 @@
"iterator": true, "iterator": true,
"latedef": true, "latedef": true,
"nocomma": true, "nocomma": true,
"notypeof": true,
"shadow": false, "shadow": false,
"undef": true, "undef": true,
"unused": true, "unused": true,