зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1769569 - Enable ESLint rule no-define-cc-etc for devtools sjs files. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D146449
This commit is contained in:
Родитель
b798b2e643
Коммит
55789cb268
|
@ -110,6 +110,7 @@ module.exports = {
|
|||
excludedFiles: [
|
||||
// Enable the rule on JSM, test head files and some specific files.
|
||||
"**/*.jsm",
|
||||
"**/*.sjs",
|
||||
"**/test/**/head.js",
|
||||
"**/test/**/shared-head.js",
|
||||
"client/debugger/test/mochitest/code_frame-script.js",
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
|
||||
let timer;
|
||||
|
||||
const DELAY_MS = 2000;
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
|
||||
let timer;
|
||||
|
||||
const DELAY_MS = 10000;
|
||||
|
|
Загрузка…
Ссылка в новой задаче