diff options
| author | 8cy <[email protected]> | 2020-06-22 17:22:30 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-22 17:22:30 -0700 |
| commit | 02c1568c654f8aaef98464de9006c00aa30e980b (patch) | |
| tree | 22d6e1c1ccb30aa54fba223fdeea7ba1737e4078 /test/config.js | |
| parent | Merge pull request #1 from 8cy/test (diff) | |
| download | monkey-type-desktop-02c1568c654f8aaef98464de9006c00aa30e980b.tar.xz monkey-type-desktop-02c1568c654f8aaef98464de9006c00aa30e980b.zip | |
fix formatting from linter
Diffstat (limited to 'test/config.js')
| -rw-r--r-- | test/config.js | 24 |
1 files changed, 12 insertions, 12 deletions
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: { |