mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01: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:
parent
91deaece47
commit
4887078423
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "tslint-language-service"
|
"name": "typescript-tslint-plugin"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue