Bug 1877940 - Enable remaining ESLint rules on dom/jsurl. r=dom-core,peterv

Differential Revision: https://phabricator.services.mozilla.com/D200279
This commit is contained in:
Mark Banner 2024-02-12 22:28:14 +00:00
parent 7aa835f970
commit 5a0f9d9b3a
2 changed files with 2 additions and 1 deletions

View File

@ -443,7 +443,6 @@ module.exports = {
"dom/events/test/**",
"dom/file/tests/**",
"dom/html/test/**",
"dom/jsurl/test/**",
"dom/media/webaudio/test/**",
"dom/media/webrtc/tests/**",
"dom/messagechannel/tests/**",

View File

@ -12,6 +12,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=351633
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=351633">Mozilla Bug 351633</a>
<pre id="test">
<script class="testbody" type="text/javascript">
// String concatenation used to avoid incorrect detection of end of script elements.
/* eslint-disable no-useless-concat */
var passJSUrl;
var passJSUrl2;