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.
This commit is contained in:
Asher 2019-03-29 18:44:04 -05:00
parent 91deaece47
commit 4887078423
No known key found for this signature in database
GPG Key ID: 7BB4BA9C783D2BBC
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"importHelpers": true,
"plugins": [
{
"name": "tslint-language-service"
"name": "typescript-tslint-plugin"
}
],
"paths": {