From 583eb04b541175035d6d452ca626a96ebf2b7437 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 Jun 2020 08:37:26 +0200 Subject: Upgrade to angular 10 --- client/tslint.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/tslint.json') diff --git a/client/tslint.json b/client/tslint.json index 1b28e679b..d9983182e 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -1,11 +1,13 @@ { "extends": [ "tslint-angular", "tslint-config-standard" ], "rules": { + "deprecation": { + "severity": "warning" + }, "no-inferrable-types": true, "eofline": true, "max-line-length": [true, 140], - "no-floating-promises": false, - "no-unused-variable": false, // Memory issues + "no-floating-promises": false, // Memory issues "await-promise": [true, "PromiseLike"], "member-ordering": [true, { "order": [ -- cgit v1.2.3