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/App.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/App.js') diff --git a/js/App.js b/js/App.js index 483d22211..514a6d4b7 100644 --- a/js/App.js +++ b/js/App.js @@ -1,5 +1,6 @@ 'use strict'; +/* eslint-disable new-cap */ /* global __, Article, Ajax, Headlines, Filters, fox */ /* global xhrPost, xhrJson, dojo, dijit, PluginHost, Notify, $$, Feeds, Cookie */ /* global CommonDialogs, Plugins, Effect */ -- cgit v1.2.3-54-g00ecf