mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 1778155 - Finish enabling no-unused-vars on the global scope for xpcshell files in services/. r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D151035
This commit is contained in:
parent
171768af37
commit
ab82e73786
@ -219,7 +219,6 @@ module.exports = {
|
||||
"dom/**",
|
||||
"netwerk/**",
|
||||
"security/manager/ssl/tests/unit/**",
|
||||
"services/**",
|
||||
"testing/xpcshell/**",
|
||||
"toolkit/components/**",
|
||||
"toolkit/modules/**",
|
||||
|
@ -1,8 +1,5 @@
|
||||
/* import-globals-from ../../../common/tests/unit/head_helpers.js */
|
||||
|
||||
const { AppConstants } = ChromeUtils.import(
|
||||
"resource://gre/modules/AppConstants.jsm"
|
||||
);
|
||||
const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
const { SyncHistory } = ChromeUtils.import(
|
||||
|
Loading…
x
Reference in New Issue
Block a user