From 4b96b55e3e481517120df480a536a87ec4c7f574 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 10:01:59 +0900 Subject: [PATCH] Update tslint.json --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index ad1a97de0..89c7b9ad3 100644 --- a/tslint.json +++ b/tslint.json @@ -67,7 +67,7 @@ "indent": [true, "tabs"], "linebreak-style": false, "max-file-line-count": false, - "max-line-length": [true, 140], + "max-line-length": false, "no-default-export": false, "no-mergeable-namespace": true, "no-require-imports": false,