Ignore https-proxy-agent dependency in browser environments (#2133)

* Ignore https-proxy-agent in browsers

* ignore eslint-comments/no-unused-disable linting rule
This commit is contained in:
mpint
2022-11-16 17:01:06 -06:00
committed by GitHub
parent c4c8e58fd9
commit a4c2bb998f
5 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable import/no-unused-modules -- Used by webpack */
/* eslint-disable max-classes-per-file -- Needs to be a wrapper for ws */
import { EventEmitter } from 'events'