diff --git a/tslint.json b/tslint.json index f4403d48f19..718c437b372 100644 --- a/tslint.json +++ b/tslint.json @@ -96,7 +96,6 @@ "ordered-imports": false, "prefer-conditional-expression": false, "radix": false, - "space-before-function-paren": false, "trailing-comma": false, // These should be done automatically by a formatter. https://github.com/Microsoft/TypeScript/issues/18340 @@ -104,6 +103,7 @@ "eofline": false, "max-line-length": false, "no-consecutive-blank-lines": false, + "space-before-function-paren": false, // Not doing "ban-comma-operator": false,