From 48a721e25918140f5f970bf4b0aa052b79cdfc40 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 18 Mar 2016 13:20:49 +0100 Subject: [PATCH] feat(tslint): remove two space requirements for comments --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 32381ae0b28..15e36cf1f33 100644 --- a/tslint.json +++ b/tslint.json @@ -1,7 +1,7 @@ { "rules": { "class-name": true, - "comment-format": [true, "check-space"], + "comment-format": [false, "check-space"], "curly": true, "eofline": true, "forin": false,