mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This avoids "@typescript-eslint/restrict-template-expressions" when we convert util.js to util.ts. Note that prettier would otherwise split the first template literal expression in half if we don't start a newline. Signed-off-by: Zixuan James Li <p359101898@gmail.com>