From 90512e6c02cf32f86343ffbad74bb3bd4d44f1bf Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 2 Jan 2020 20:26:52 +0100 Subject: [PATCH] tslint default severity is OFF --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 9b5b07a5dd7..4083adf49b0 100644 --- a/tslint.json +++ b/tslint.json @@ -615,5 +615,5 @@ "no-standalone-editor": true, "no-nls-in-standalone-editor": true }, - "defaultSeverity": "warning" + "defaultSeverity": "off" }