From 58ffc8680178172f518c520758db500bb2afbb3b Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 13 Nov 2020 17:00:48 +0100 Subject: [PATCH] fix linting --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 46a193e3e..2329b7324 100644 --- a/src/index.js +++ b/src/index.js @@ -9,6 +9,7 @@ import fs from 'fs-extra'; import path from 'path'; import windowStateKeeper from 'electron-window-state'; import { enforceMacOSAppLocation } from 'electron-util'; +import ms from 'ms'; // Set app directory before loading user modules if (process.env.FRANZ_APPDATA_DIR != null) { @@ -50,7 +51,6 @@ import { import { asarPath } from './helpers/asar-helpers'; import { isValidExternalURL } from './helpers/url-helpers'; import userAgent from './helpers/userAgent-helpers'; -import ms from 'ms'; /* eslint-enable import/first */ const debug = require('debug')('Franz:App');