From e9942e17d1d9618d3fdce553bdd4964430b5f9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 28 Jun 2022 15:39:11 +0200 Subject: [PATCH] :shirt: Remove `quotemark` conflicting with Prettier --- tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tslint.json b/tslint.json index d8dc7ad..f03bbfe 100644 --- a/tslint.json +++ b/tslint.json @@ -111,10 +111,6 @@ "allow-null-check" ], "use-isnan": true, - "quotemark": [ - true, - "single" - ], "quotes": [ "error", "single"