Files
tubestation/browser/components/extensions/parent/.eslintrc.js
Michael Kaply 1ee815c57d Bug 1352598 - Add WebExtension API for access to search. r=aswan
MozReview-Commit-ID: 4pV2DGMcV7G
2018-06-18 10:39:12 -05:00

32 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,
},
};