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 }