Fix eslint errors

This commit is contained in:
Yuya Ochiai
2018-02-20 21:44:23 +09:00
parent 22fdf01d38
commit 197b172a59
33 changed files with 150 additions and 117 deletions

View File

@@ -1,13 +1,14 @@
'use strict';
const path = require('path');
const fs = require('fs');
const {
app,
dialog,
ipcMain,
shell,
} = require('electron');
const path = require('path');
const fs = require('fs');
const allowedProtocolFile = path.resolve(app.getPath('userData'), 'allowedProtocols.json');
var allowedProtocols = [];