From 259ae35284c60d333dc02df189d3fa53eea9e3cb Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 5 Feb 2019 09:22:15 -0800 Subject: [PATCH] Fix ESLint issues Summary: Accepted the Phabricator suggestions but looks like they weren't actually applied ... Reviewed By: danielbuechele Differential Revision: D13958095 fbshipit-source-id: 58f3a374fc76a6e3ebccb87732af0abd0ccd52f8 --- src/utils/argvUtils.js | 2 +- static/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/argvUtils.js b/src/utils/argvUtils.js index 42bf7fcd4..542c85391 100644 --- a/src/utils/argvUtils.js +++ b/src/utils/argvUtils.js @@ -14,4 +14,4 @@ export const isAutoUpdaterEnabled = () => JSON.parse(electron.remote?.process.env.CONFIG || process.env.CONFIG || '{}') .updaterEnabled && isProduction() && - process.platform === 'darwin'; \ No newline at end of file + process.platform === 'darwin'; diff --git a/static/index.js b/static/index.js index ea4b3f9c6..ee281e6d1 100644 --- a/static/index.js +++ b/static/index.js @@ -14,7 +14,6 @@ const url = require('url'); const fs = require('fs'); const {exec} = require('child_process'); const compilePlugins = require('./compilePlugins.js'); -const os = require('os'); const setup = require('./setup'); const expandTilde = require('expand-tilde'); const yargs = require('yargs');