Bug 1461785 - Update eslint ignore file to no longer ignore dom/media/mediasource. r=standard8

MozReview-Commit-ID: 5oveTiMuiH

--HG--
extra : rebase_source : 5cfbecc1191fee6402e9ae73837e301f5959c584
This commit is contained in:
Bryce Van Dyk 2018-05-14 16:49:39 -04:00
parent d74241d1f7
commit 3a6da08524

View file

@ -218,8 +218,10 @@ dom/jsurl/**
dom/locales/** dom/locales/**
dom/manifest/** dom/manifest/**
dom/mathml/** dom/mathml/**
dom/media/** dom/media/test/**
!dom/media/*.js* dom/media/tests/**
dom/media/webaudio/**
dom/media/webspeech/**
dom/messagechannel/** dom/messagechannel/**
dom/midi/** dom/midi/**
dom/network/** dom/network/**