xo: Enable object-curly-spacing.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-04-25 17:23:25 -07:00
committed by Anders Kaseorg
parent e49a880ed6
commit ba191c3699
42 changed files with 115 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
import { JsonDB } from 'node-json-db';
import {JsonDB} from 'node-json-db';
import fs from 'fs';
import path from 'path';
@@ -16,7 +16,7 @@ let app: Electron.App = null;
/* To make the util runnable in both main and renderer process */
if (process.type === 'renderer') {
const { remote } = electron;
const {remote} = electron;
dialog = remote.dialog;
app = remote.app;
} else {