From 7f0800537e8268dcbc4fce19f38fcbaa3d78a1cd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 19:02:09 +0300 Subject: silence (or fix) a bunch of eslint warnings --- js/PrefHelpers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/PrefHelpers.js') diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js index 4e0161625..5bb76d179 100644 --- a/js/PrefHelpers.js +++ b/js/PrefHelpers.js @@ -1,6 +1,7 @@ 'use strict'; -/* global __, dijit, dojo, Tables, xhrPost, Notify, xhrJson, App, fox */ +/* eslint-disable no-new */ +/* global __, dijit, dojo, Tables, xhrPost, Notify, xhrJson, App, fox, Effect */ const Helpers = { AppPasswords: { -- cgit v1.2.3