Browse Source

check for invalid typeof checks

master
ansuz 3 years ago
parent
commit
6e80dce9d4
1 changed files with 0 additions and 1 deletions
  1. 1
      .jshintrc

1
.jshintrc

@ -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,

Loading…
Cancel
Save