silence some more eslint warnings

This commit is contained in:
Andrew Dolgov 2021-02-12 19:55:05 +03:00
parent 157675d9fd
commit 6d7fea537e
2 changed files with 5 additions and 0 deletions

View File

@ -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 */

View File

@ -1,5 +1,7 @@
'use strict'
/* eslint-disable no-new */
/* global __, App, Article, Lists, Effect, fox */
/* global xhrPost, dojo, dijit, Notify, $$, Feeds */