build: update linting deps (#24461)

This commit is contained in:
Samuel Attard 2020-07-08 21:19:49 -07:00 committed by GitHub
parent 80a6adb597
commit ad16e6c647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 699 additions and 446 deletions

View file

@ -196,8 +196,6 @@ export class WebViewImpl {
this.internalElement.contentWindow!
);
// ResizeObserver is a browser global not recognized by "standard".
/* globals ResizeObserver */
// TODO(zcbenz): Should we deprecate the "resize" event? Wait, it is not
// even documented.
this.resizeObserver = new ResizeObserver(this.onElementResize.bind(this));