From d63e8bb4ef5b52c22a502f15d11fd1f0785b3fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Sat, 4 Jun 2016 17:16:51 +0200 Subject: [PATCH] Increase allowed max-line-length to 130 --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 03a41466..908aaa4d 100644 --- a/tslint.json +++ b/tslint.json @@ -36,7 +36,7 @@ ], "max-line-length": [ true, - 120 + 130 ], "no-trailing-whitespace": true, "trailing-comma": [