@@ -57,7 +57,7 @@
"curly": [2, "all"],
"no-extra-parens": [2, "functions"],
"eqeqeq": 2,
- "new-cap": 0,
+ "new-cap": 2,
"new-parens": 2,
"semi-spacing": [2, {"before": false, "after": true}],
"space-infix-ops": 2,
// This code is only related to handling the split.
// Our three.js code has not changed
-Split(['#view', '#controls'], {
+Split(['#view', '#controls'], { // eslint-disable-line new-cap
sizes: [75, 25],
minSize: 100,
elementStyle: (dimension, size, gutterSize) => {