Explorar el Código

don't complain about Split 🙄

Gregg Tavares hace 7 años
padre
commit
bac79d6b33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build/conf/eslint-examples.json

+ 1 - 1
build/conf/eslint-examples.json

@@ -49,7 +49,7 @@
     "curly": [2, "all"],
     "curly": [2, "all"],
     "no-extra-parens": [2, "functions"],
     "no-extra-parens": [2, "functions"],
     "eqeqeq": 2,
     "eqeqeq": 2,
-    "new-cap": 2,
+    "new-cap": 0,
     "new-parens": 2,
     "new-parens": 2,
     "semi-spacing": [2, {"before": false, "after": true}],
     "semi-spacing": [2, {"before": false, "after": true}],
     "space-infix-ops": 2,
     "space-infix-ops": 2,

粤ICP备19079148号