From 2f2a82b91dd1286723308b9af0505560491af700 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 7 Nov 2017 09:45:58 -0800 Subject: [PATCH] Move "space-before-function-paren" lint rule to list of rules waiting on a formatter (#19807) --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,