From 95c72ef1e339509fcdbfcde600879453cc09a0b7 Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Sun, 28 Apr 2019 20:51:06 +0100 Subject: [PATCH] Set tslint errors to warnings --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 9410a54..eb89803 100644 --- a/tslint.json +++ b/tslint.json @@ -3,6 +3,7 @@ "tslint-microsoft-contrib", "tslint-config-prettier" ], + "defaultSeverity": "warning", "rules": { "interface-name": [true, "never-prefix"], "mocha-no-side-effect-code": false,