1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-28 13:15:25 +00:00

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

View File

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