From 9cd0ba01f8936982498b6ceb7682134ae275e497 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 16 Aug 2019 16:42:19 +0800 Subject: [PATCH] [O] Disable tslint check for curly braces --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 9e9476b..2e73dbe 100644 --- a/tslint.json +++ b/tslint.json @@ -10,6 +10,7 @@ }, "rules": { "indent": [true, "spaces", 4], + "curly": false, "interface-name": false, "no-consecutive-blank-lines": false, "object-literal-sort-keys": false,