From 24d68922611158f3045d62113ddc1373160fb64b Mon Sep 17 00:00:00 2001 From: Godzil Date: Wed, 1 Aug 2018 21:22:28 +0100 Subject: [PATCH] Linter, I hate you with your stupid remarks. --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index c4b4351..2511eeb 100644 --- a/tslint.json +++ b/tslint.json @@ -21,6 +21,7 @@ "no-any": false, "no-arg": true, "no-bitwise": true, + "prefer-conditional-expression": false, "space-within-parens": false, "no-object-literal-type-assertion": false, "no-console": [true,