Backed out changeset f0a2aa2ffe6d (bug 1832704) for causing xpc failures in toolkit...
[gecko.git] / browser / components / extensions / parent / .eslintrc.js
blob1efdd83ff4bba5a0759426a726904758c65bb620
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 module.exports = {
8   extends: "../../../../toolkit/components/extensions/parent/.eslintrc.js",
10   globals: {
11     Tab: true,
12     TabContext: true,
13     Window: true,
14     actionContextMenu: true,
15     browserActionFor: true,
16     clickModifiersFromEvent: true,
17     getContainerForCookieStoreId: true,
18     getTargetTabIdForToolbox: true,
19     getToolboxEvalOptions: true,
20     isContainerCookieStoreId: true,
21     isPrivateCookieStoreId: true,
22     isValidCookieStoreId: true,
23     makeWidgetId: true,
24     openOptionsPage: true,
25     pageActionFor: true,
26     replaceUrlInTab: true,
27     searchInitialized: true,
28     sidebarActionFor: true,
29     tabTracker: true,
30     waitForTabLoaded: true,
31     windowTracker: true,
32   },