summaryrefslogtreecommitdiff
path: root/application/basilisk/components/extensions/.eslintrc.js
blob: d6dc0a48943cd13d2d6d4ac34f18ace6dcb44625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"use strict";

module.exports = {  // eslint-disable-line no-undef
  "extends": "../../../toolkit/components/extensions/.eslintrc.js",

  "globals": {
    "AllWindowEvents": true,
    "browserActionFor": true,
    "currentWindow": true,
    "EventEmitter": true,
    "getBrowserInfo": true,
    "getCookieStoreIdForTab": true,
    "IconDetails": true,
    "makeWidgetId": true,
    "pageActionFor": true,
    "PanelPopup": true,
    "TabContext": true,
    "ViewPopup": true,
    "WindowEventManager": true,
    "WindowListManager": true,
    "WindowManager": true,
  },
};