From aea679af987965e7eb0d3c3e4de533522cef1471 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 12 Sep 2019 23:31:38 -0400 Subject: [PATCH] Bump all to latest; fix TSLint complaints --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 33e7c72..e742b30 100644 --- a/tslint.json +++ b/tslint.json @@ -25,6 +25,7 @@ "prefer-template": false, "restrict-plus-operands": false, "strict-boolean-expressions": false, + "strict-string-expressions": false, "strict-type-predicates": false, "variable-name": false }