From 3807895e3e9621dd24bd284f6a2f281d557fd6a3 Mon Sep 17 00:00:00 2001 From: Pablo Grass Date: Fri, 16 Nov 2018 18:31:41 +0100 Subject: [PATCH] linting: error as default serverity Ensure that CI is able to pick liniting violation until tslint matures further: https://github.com/palantir/tslint/issues/2604 This makes the output look slightly different but it contains the same information. --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index cb0cf83..d05f485 100644 --- a/tslint.json +++ b/tslint.json @@ -1,5 +1,5 @@ { - "defaultSeverity": "warning", + "defaultSeverity": "error", "extends": [ "tslint:recommended", "./tslint-wikimedia-eslint-rules-port.json"