From 91d8f34d7ff45e928429579385dd89b3d355fca7 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Tue, 20 Jun 2017 17:13:39 +0200 Subject: [PATCH] Add no-string-throw to TSLint --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index c4cf2ab4630..bea8a540204 100644 --- a/tslint.json +++ b/tslint.json @@ -3,6 +3,7 @@ "build/lib/tslint" ], "rules": { + "no-string-throw": true, "no-unused-expression": true, "no-duplicate-variable": true, "no-unused-variable": true,