Sfoglia il codice sorgente

emergency fix for the abundance of jshint errors -- sorry y'all

Spencer Alger 12 anni fa
parent
commit
a6c425ef97
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .jshintrc

+ 2 - 2
.jshintrc

@@ -8,7 +8,7 @@
     "globalstrict": true,
     "globalstrict": true,
     "devel": true,
     "devel": true,
     "eqeqeq": true,
     "eqeqeq": true,
-    "forin": true,
+    "forin": false,
     "immed": true,
     "immed": true,
     "supernew": true,
     "supernew": true,
     "expr": true,
     "expr": true,
@@ -19,7 +19,7 @@
     "noempty": true,
     "noempty": true,
     "undef": true,
     "undef": true,
     "boss": true,
     "boss": true,
-    "trailing": true,
+    "trailing": false,
     "laxbreak": true,
     "laxbreak": true,
     "laxcomma": true,
     "laxcomma": true,
     "sub": true,
     "sub": true,