Skip to content

Commit 5a0f9d9

Browse files
committed
Bug 1877940 - Enable remaining ESLint rules on dom/jsurl. r=dom-core,peterv
Differential Revision: https://phabricator.services.mozilla.com/D200279
1 parent 7aa835f commit 5a0f9d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ module.exports = {
443443
"dom/events/test/**",
444444
"dom/file/tests/**",
445445
"dom/html/test/**",
446-
"dom/jsurl/test/**",
447446
"dom/media/webaudio/test/**",
448447
"dom/media/webrtc/tests/**",
449448
"dom/messagechannel/tests/**",

dom/jsurl/test/test_bug351633-3.html

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=351633">Mozilla Bug 351633</a>
1313
<pre id="test">
1414
<script class="testbody" type="text/javascript">
15+
// String concatenation used to avoid incorrect detection of end of script elements.
16+
/* eslint-disable no-useless-concat */
1517

1618
var passJSUrl;
1719
var passJSUrl2;

0 commit comments

Comments
 (0)