From 3ba71fad9e0728444666fba3c8110c3ac53daddc Mon Sep 17 00:00:00 2001 From: Mikunj Date: Wed, 23 Oct 2019 09:31:36 +1100 Subject: [PATCH] Linting. --- _locales/en/messages.json | 3 +-- build/notarize.js | 30 +++++++++++++++--------------- js/background.js | 1 - 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0630a41c6..81a15ee2c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1234,8 +1234,7 @@ "Additional detail provided for Link Previews option in settings screen" }, "linkPreviewsSettingDescription": { - "message": - "Enable local link previews", + "message": "Enable local link previews", "description": "Description shown for the Link Preview option " }, "spellCheckDescription": { diff --git a/build/notarize.js b/build/notarize.js index ca2ae95d3..ac5a2c138 100644 --- a/build/notarize.js +++ b/build/notarize.js @@ -1,4 +1,4 @@ -const { notarize } = require("electron-notarize") +const { notarize } = require('electron-notarize'); /* Pre-requisites: https://github.com/electron/electron-notarize#prerequisites @@ -10,19 +10,19 @@ const { notarize } = require("electron-notarize") Notarizing: https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ */ -exports.default = async function notarizing (context) { - const { electronPlatformName, appOutDir } = context - if (electronPlatformName !== "darwin") { - return - } +exports.default = async function notarizing(context) { + const { electronPlatformName, appOutDir } = context; + if (electronPlatformName !== 'darwin') { + return; + } - const appName = context.packager.appInfo.productFilename + const appName = context.packager.appInfo.productFilename; - return notarize({ - appBundleId: "com.loki-project.messenger-desktop", - appPath: `${appOutDir}/${appName}.app`, - appleId: process.env.SIGNING_APPLE_ID, - appleIdPassword: process.env.SIGNING_APP_PASSWORD, - ascProvider: process.env.SIGNING_TEAM_ID - }) -} + return notarize({ + appBundleId: 'com.loki-project.messenger-desktop', + appPath: `${appOutDir}/${appName}.app`, + appleId: process.env.SIGNING_APPLE_ID, + appleIdPassword: process.env.SIGNING_APP_PASSWORD, + ascProvider: process.env.SIGNING_TEAM_ID, + }); +}; diff --git a/js/background.js b/js/background.js index 2ce0b821d..0c691883d 100644 --- a/js/background.js +++ b/js/background.js @@ -612,7 +612,6 @@ storage.put('linkPreviews', true); }); - // listeners Whisper.RotateSignedPreKeyListener.init(Whisper.events, newVersion); // window.Signal.RefreshSenderCertificate.initialize({