Skip to content

Commit

Permalink
fix(lint): fix erroneous linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Dec 18, 2023
1 parent ce55dc2 commit 5562a77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/RTC/TraceablePeerConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import RTCEvents from '../../service/RTC/RTCEvents';
import * as SignalingEvents from '../../service/RTC/SignalingEvents';
import { getSourceIndexFromSourceName } from '../../service/RTC/SignalingLayer';
import { VideoType } from '../../service/RTC/VideoType';

import browser from '../browser';
import FeatureFlags from '../flags/FeatureFlags';
import LocalSdpMunger from '../sdp/LocalSdpMunger';
Expand Down
1 change: 1 addition & 0 deletions modules/e2ee/Worker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-redeclare */
/* global TransformStream */
/* eslint-disable no-bitwise */

Expand Down
1 change: 1 addition & 0 deletions modules/litemode/LiteModeContext.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-redeclare */
/* global TransformStream */
import { getLogger } from '@jitsi/logger';

Expand Down

0 comments on commit 5562a77

Please sign in to comment.