From b4055e1c23eeefb0c8a85a77f312b2827d98f483 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Jul 2019 14:28:37 +0200 Subject: Add server hooks --- tslint.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 6828f4325..cfe2ac712 100644 --- a/tslint.json +++ b/tslint.json @@ -5,7 +5,13 @@ "no-inferrable-types": true, "eofline": true, "indent": [true, "spaces"], - "ter-indent": [true, 2], + "ter-indent": [ + true, + 2, + { + "SwitchCase": 1 + } + ], "max-line-length": [true, 140], "no-unused-variable": false, // Memory issues "no-floating-promises": false -- cgit v1.2.3