Bug 1461785 - Update eslint ignore file to no longer ignore dom/media/mediasource. r?standard8 draft
authorBryce Van Dyk <bvandyk@mozilla.com>
Mon, 14 May 2018 16:49:39 -0400
changeset 796331 ca540d0e39b7419e871177228136eaaca0910bf0
parent 796330 8c11b71921c5507be751dcc8444cdc142222753a
push id110215
push userbvandyk@mozilla.com
push dateThu, 17 May 2018 14:31:11 +0000
reviewersstandard8
bugs1461785
milestone62.0a1
Bug 1461785 - Update eslint ignore file to no longer ignore dom/media/mediasource. r?standard8 MozReview-Commit-ID: 5oveTiMuiH
.eslintignore
--- a/.eslintignore
+++ b/.eslintignore
@@ -213,18 +213,20 @@ dom/html/**
 dom/imptests/**
 dom/interfaces/**
 dom/ipc/**
 dom/json/**
 dom/jsurl/**
 dom/locales/**
 dom/manifest/**
 dom/mathml/**
-dom/media/**
-!dom/media/*.js*
+dom/media/test/**
+dom/media/tests/**
+dom/media/webaudio/**
+dom/media/webspeech/**
 dom/messagechannel/**
 dom/midi/**
 dom/network/**
 dom/notification/Notification*.*
 dom/notification/test/browser/**
 dom/notification/test/unit/**
 dom/notification/test/mochitest/**
 dom/offline/**