Browse Source

remove unused rules in jshint config

Awal Garg 6 years ago
parent
commit
9dc4ff6973
1 changed files with 1 additions and 8 deletions
  1. 1 8
      .jshint.json

+ 1 - 8
.jshint.json

@@ -19,14 +19,7 @@
     "globals": {
         "Blob": false,
         "alert": false,
-        "console": false,
-
-        "Components": false,
-        "XPCOMUtils": false,
-        "vimfx": false,
-        "NetUtil": false,
-        "PlacesUtils": false,
-        "Preferences": false
+        "console": false
     },
     "browser": true
 }