Skip to content

Commit 212617d

Browse files
committed
disable nullish-coalesing assign lint error
1 parent c5b4680 commit 212617d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zigSetup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function installZig(context: vscode.ExtensionContext, temporaryVersion?: s
4040
}
4141
}
4242

43+
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
4344
if (!version) {
4445
// Default to the latest tagged release
4546
version = (await getLatestTaggedZigVersion(context)) ?? undefined;

0 commit comments

Comments
 (0)