Made eslint using 'browser' environment and added globals, because RainLoop is used in browsers.

This also allowed to remove all webpack 'externals' overhead.
This commit is contained in:
djmaze 2020-08-12 00:25:36 +02:00
parent c3a213802d
commit e7180a86ce
81 changed files with 1857 additions and 1259 deletions

View file

@ -1,7 +1,4 @@
import $ from '$';
import ko from 'ko';
import key from 'key';
import Jua from 'Jua';
import {
Capa,
@ -943,7 +940,7 @@ class ComposePopupView extends AbstractViewNext {
sSubject = message.subject();
aDraftInfo = message.aDraftInfo;
const clonedText = $(message.body).clone();
const clonedText = jQuery(message.body).clone();
if (clonedText) {
clearBqSwitcher(clonedText);