From 6d7fea537eb25ede86546e72a0d08773c336d768 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 19:55:05 +0300 Subject: [PATCH] silence some more eslint warnings --- js/CommonDialogs.js | 3 +++ js/CommonFilters.js | 2 ++ 2 files changed, 5 insertions(+) diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js index 18250bbb8..70596539b 100644 --- a/js/CommonDialogs.js +++ b/js/CommonDialogs.js @@ -1,5 +1,8 @@ 'use strict' +/* eslint-disable new-cap */ +/* eslint-disable no-new */ + /* global __, dojo, dijit, Notify, App, Feeds, $$, xhrPost, xhrJson, Tables, Effect, fox */ /* exported CommonDialogs */ diff --git a/js/CommonFilters.js b/js/CommonFilters.js index cfb6ca93e..802cf478d 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -1,5 +1,7 @@ 'use strict' +/* eslint-disable no-new */ + /* global __, App, Article, Lists, Effect, fox */ /* global xhrPost, dojo, dijit, Notify, $$, Feeds */