mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
web: Set "type": "module" and convert various CJS files to ESM.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
905fc3b50e
commit
01540b45b0
@@ -1,6 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
bracketSpacing: false,
|
||||
trailingComma: "all",
|
||||
overrides: [
|
||||
|
||||
Reference in New Issue
Block a user