eslint: Fix @typescript-eslint/prefer-nullish-coalescing.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-04-19 15:50:38 -07:00
committed by Tim Abbott
parent b280843e51
commit 60d49ae4a6
11 changed files with 23 additions and 23 deletions

View File

@@ -198,7 +198,7 @@ export default (
},
plugins: [
new DefinePlugin({
ZULIP_VERSION: JSON.stringify(env.ZULIP_VERSION || "development"),
ZULIP_VERSION: JSON.stringify(env.ZULIP_VERSION ?? "development"),
}),
new DebugRequirePlugin(),
new BundleTracker({