mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
MozReview-Commit-ID: 4pV2DGMcV7G --HG-- extra : rebase_source : 650606638e580daa0c7f3b49e8fd085b039705bc
31 lines
838 B
JavaScript
31 lines
838 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": "../../../../toolkit/components/extensions/parent/.eslintrc.js",
|
|
|
|
"globals": {
|
|
"Tab": true,
|
|
"TabContext": true,
|
|
"Window": true,
|
|
"actionContextMenu": true,
|
|
"browserActionFor": true,
|
|
"getContainerForCookieStoreId": true,
|
|
"getDevToolsTargetForContext": true,
|
|
"getInspectedWindowFront": true,
|
|
"getTargetTabIdForToolbox": true,
|
|
"getToolboxEvalOptions": true,
|
|
"isContainerCookieStoreId": true,
|
|
"isPrivateCookieStoreId": true,
|
|
"isValidCookieStoreId": true,
|
|
"makeWidgetId": true,
|
|
"openOptionsPage": true,
|
|
"pageActionFor": true,
|
|
"replaceUrlInTab": true,
|
|
"searchInitialized": true,
|
|
"sidebarActionFor": true,
|
|
"tabGetSender": true,
|
|
"tabTracker": true,
|
|
"waitForTabLoaded": true,
|
|
"windowTracker": true,
|
|
},
|
|
};
|