From 1582b7204cbec1f66a9217576e7087a2dc794eca Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 7 Jul 2016 20:10:43 -0700 Subject: [PATCH] whitelist `Notification` global --- app/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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';