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,