Skip to content

Commit

Permalink
Remove useless lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bartos committed Jun 15, 2018
1 parent bdacea1 commit 00d7421
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/crypt/decrypter.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Event from '../events';
import { getSelfScope } from '../utils/get-self-scope';

// see https://stackoverflow.com/a/11237259/589493
/* eslint-disable-next-line no-undef */
const global = getSelfScope(); // safeguard for code that might run both on worker and main thread

class Decrypter {
Expand Down
1 change: 0 additions & 1 deletion src/demux/demuxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { getMediaSource } from '../utils/mediasource-helper';
import { getSelfScope } from '../utils/get-self-scope';

// see https://stackoverflow.com/a/11237259/589493
/* eslint-disable-next-line no-undef */
const global = getSelfScope(); // safeguard for code that might run both on worker and main thread
const MediaSource = getMediaSource();

Expand Down

0 comments on commit 00d7421

Please sign in to comment.