From 871ad8a8c960ef543cb81eb040751f302daf5f16 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 22 Dec 2019 22:22:52 -0500 Subject: [PATCH] [O] Disable brace check --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 3b43f8f..5383828 100644 --- a/tslint.json +++ b/tslint.json @@ -12,6 +12,6 @@ "no-consecutive-blank-lines": false, "object-literal-sort-keys": false, "ordered-imports": false, - "quotemark": [true, "single"] + "quotemark": [false, "single"] } }