From ef79ba5d977d2603816a85832754c91817fea01f Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:22:30 -0700 Subject: fix formatting from linter --- config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config.js') diff --git a/config.js b/config.js index bc8359f..12392c3 100644 --- a/config.js +++ b/config.js @@ -5,17 +5,17 @@ module.exports = new Store({ defaults: { debugEnable: false, menuEnable: true, - configCookieOverwrite: "", + configCookieOverwrite: '', discordRPC: { - clientId: "722389325483999243", + clientId: '722389325483999243', RPC: { - details: "Typing on Monkey Type", - state: "Desktop Application Beta", - smallImageText: "", - smallImageKey: "", - largeImageText: "Monkey Type", - largeImageKey: "icon", - refreshTime: 15, + details: 'Typing on Monkey Type', + state: 'Desktop Application Beta', + smallImageText: '', + smallImageKey: '', + largeImageText: 'Monkey Type', + largeImageKey: 'icon', + refreshTime: 15 } }, dontTouch: { -- cgit v1.2.3