Files
tubestation/browser/components/extensions/parent/.eslintrc.js
2018-03-25 21:20:17 -07:00

30 lines
780 B
JavaScript

"use strict";
module.exports = {
"extends": "../../../../toolkit/components/extensions/parent/.eslintrc.js",
"globals": {
"Tab": true,
"TabContext": true,
"Window": true,
"WindowEventManager": 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,
"sidebarActionFor": true,
"tabGetSender": true,
"tabTracker": true,
"windowTracker": true,
},
};