mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
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:
parent
7aa835f970
commit
5a0f9d9b3a
@ -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/**",
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user