Browse Source

don't complain about Split 🙄

Gregg Tavares 7 years ago
parent
commit
bac79d6b33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/conf/eslint-examples.json

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

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