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 | ef79ba5d977d2603816a85832754c91817fea01f (patch) | |
| tree | 22d6e1c1ccb30aa54fba223fdeea7ba1737e4078 /config.js | |
| parent | Merge pull request #1 from 8cy/test (diff) | |
| download | monkey-type-desktop-ef79ba5d977d2603816a85832754c91817fea01f.tar.xz monkey-type-desktop-ef79ba5d977d2603816a85832754c91817fea01f.zip | |
fix formatting from linter
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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: { |