From 6cf159a284b10a05b98398c064e65fb289bd8b93 Mon Sep 17 00:00:00 2001 From: Eduard Date: Fri, 2 Mar 2018 07:03:15 +0200 Subject: [PATCH] Update tslint.json Normalize max-line-length setting --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 852257c..e66f0a4 100644 --- a/tslint.json +++ b/tslint.json @@ -20,6 +20,7 @@ false ], "max-line-length": [ + true, 150 ], "member-ordering": [ @@ -51,4 +52,4 @@ ] }, "rulesDirectory": [] -} \ No newline at end of file +}