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:
Anders Kaseorg 2020-07-16 13:40:18 -07:00 committed by Tim Abbott
parent a20c12366f
commit 883e2fd325
100 changed files with 491 additions and 490 deletions

View File

@ -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",