From 4e1630839eb4a005e8f49958bdba4d07c0c211d1 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 20 Apr 2023 17:27:30 +0200 Subject: [PATCH] Adapt code to v10.0.0 --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 0ec0e8c2..366028d7 100644 --- a/tslint.json +++ b/tslint.json @@ -34,7 +34,7 @@ "label-position": true, "max-line-length": [ true, - 140 + 120 ], "member-access": false, "no-arg": true,