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 { init } from '@sentry/electron';
import {init} from '@sentry/electron';
import isDev from 'electron-is-dev';
@@ -15,4 +15,4 @@ export const sentryInit = (): void => {
}
};
export { captureException } from '@sentry/electron';
export {captureException} from '@sentry/electron';