mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Enable a few more stylistic eslint options for my extensions
This commit is contained in:
@@ -40,7 +40,7 @@ export class WebTypingsInstallerClient implements ts.server.ITypingsInstaller {
|
||||
|
||||
private requestedRegistry = false;
|
||||
|
||||
private typesRegistryCache: Map<string, ts.MapLike<string>> = new Map();
|
||||
private typesRegistryCache = new Map<string, ts.MapLike<string>>();
|
||||
|
||||
private readonly server: Promise<WebTypingsInstallerServer>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user