diff --git a/app/config.js b/app/config.js index 2e96f196..7f75d775 100644 --- a/app/config.js +++ b/app/config.js @@ -1,4 +1,5 @@ -/* eslint no-new:false */ +/* global Notification */ +/* eslint no-new:0 */ import React from 'react'; import { ipcRenderer, remote } from 'electron';