Files
tubestation/browser/components/extensions/parent/.eslintrc.js
2018-07-02 22:12:57 +03:00

31 lines
807 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,
"sidebarActionFor": true,
"tabGetSender": true,
"tabTracker": true,
"waitForTabLoaded": true,
"windowTracker": true,
},
};