Enable a few more stylistic eslint options for my extensions

This commit is contained in:
Matt Bierner
2025-08-14 10:42:20 -07:00
parent 9604d612e5
commit 73e6d6a0a2
16 changed files with 40 additions and 26 deletions

View File

@@ -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>;