Apply new ESLint rules to legacy code

This commit is contained in:
Chris Svenningsen 2020-09-08 17:46:29 -07:00 committed by Scott Nonnenberg
parent 91cf075697
commit 8a2c17f65f
70 changed files with 376 additions and 516 deletions

View file

@ -1,6 +1,6 @@
const electron = require('electron');
const Attachments = require('./attachments');
const rimraf = require('rimraf');
const Attachments = require('./attachments');
const { ipcMain } = electron;