mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
eslint: Fix @typescript-eslint/prefer-nullish-coalescing.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b280843e51
commit
60d49ae4a6
@@ -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({
|
||||
|
Reference in New Issue
Block a user