mirror of https://github.com/zulip/zulip.git
js: Remove inner spacing from object literals.
We’re configuring Prettier with bracketSpacing: false. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a20c12366f
commit
883e2fd325
|
@ -105,6 +105,7 @@
|
|||
"no-var": "error",
|
||||
"space-unary-ops": "error",
|
||||
"no-whitespace-before-property": "error",
|
||||
"object-curly-spacing": ["error", "never"],
|
||||
"one-var": [ "error", "never" ],
|
||||
"prefer-arrow-callback": "error",
|
||||
"prefer-const": [ "error",
|
||||
|
|
Loading…
Reference in New Issue