Explorar el Código

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

Spencer Alger hace 12 años
padre
commit
a6c425ef97
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .jshintrc

+ 2 - 2
.jshintrc

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