From ef5f158375c529634a3c0edb96addd3caf2550ac Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 12 Mar 2020 20:35:21 +0100 Subject: [PATCH] fix: add support for tslint 6.0+ (#961) Tslint 6.0+ adds support for TypeScript 3.8 syntax. https://github.com/palantir/tslint/pull/4915 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a722b4964..c3962a6c5 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "peerDependencies": { "@angular/compiler": ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0", "@angular/core": ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0", - "tslint": "^5.0.0" + "tslint": "^5.0.0 || ^6.0.0" }, "dependencies": { "app-root-path": "^2.2.1",