From 68c1f852f898a090e1c722e6077bb8588afa0cd6 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 2 Feb 2023 00:03:28 +0100 Subject: [PATCH] Fix JSON parsing JSON doesn't support comments --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index fc1c530be..a800667f9 100644 --- a/tslint.json +++ b/tslint.json @@ -13,7 +13,6 @@ "comment-format": [ true, "check-space" -// "check-uppercase" ], "curly": [ true,