From 5c2c361712d3bbe41d4e0f6c1b1a974f2711b203 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Mon, 22 Jan 2018 10:24:31 +0100 Subject: [PATCH] Show diagnostics as warnings (#41952) --- build/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/tslint.json b/build/tslint.json index a85e98b95dc..15275279139 100644 --- a/build/tslint.json +++ b/build/tslint.json @@ -9,5 +9,6 @@ "always" ], "triple-equals": true - } + }, + "defaultSeverity": "warning" } \ No newline at end of file