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 --- test/config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'test/config.js') diff --git a/test/config.js b/test/config.js index 6f3081c..d6dc0d7 100644 --- a/test/config.js +++ b/test/config.js @@ -9,24 +9,24 @@ module.exports = new Store({ debugEnable: false, menuEnable: true, discordRPC: { - clientId: "722389325483999243", + clientId: '722389325483999243', timeEnable: true, RPC: { - details: "Typing on Monkey Type", - state: "Desktop Application Beta", + details: 'Typing on Monkey Type', + state: 'Desktop Application Beta', startTimestamp: 0, endTimestamp: 0, - smallImageText: "", - smallImageKey: "", - largeImageText: "Monkey Type", - largeImageKey: "icon", + smallImageText: '', + smallImageKey: '', + largeImageText: 'Monkey Type', + largeImageKey: 'icon', refreshTime: 15, instance: true, - match: "", - party: "", - partyMax: "", - join: "", - spectate: "" + match: '', + party: '', + partyMax: '', + join: '', + spectate: '' } }, dontTouch: { -- cgit v1.2.3