From b3689f2995a1d4e8be22d92fc4a5511d0fc89e11 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 09:51:09 +0900 Subject: [PATCH] Not check linebreak-style --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index c1574ec1c..3760b0014 100644 --- a/tslint.json +++ b/tslint.json @@ -68,7 +68,7 @@ // Maintainability "eofline": true, "indent": [true, "tabs"], - "linebreak-style": [true, "CRLF"], + "linebreak-style": false, "max-file-line-count": false, "max-line-length": [true, 140], "no-default-export": false,