From 48870784230c736ede5b021e62b771fe7e377026 Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 29 Mar 2019 18:44:04 -0500 Subject: [PATCH] Fix typescript tslint plugin tslint-language-service is the deprecated version which we don't actually even have listed in the package.json. typescript-tslint-plugin is the new version. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 307ba119..980587d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "importHelpers": true, "plugins": [ { - "name": "tslint-language-service" + "name": "typescript-tslint-plugin" } ], "paths": {