mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
MozReview-Commit-ID: 3P2KTzuzbWn --HG-- extra : rebase_source : 1f9f1ccd80c871ac2c750620faab13421039d7bd
21 lines
514 B
JavaScript
21 lines
514 B
JavaScript
"use strict";
|
|
|
|
module.exports = { // eslint-disable-line no-undef
|
|
"extends": "../../../toolkit/components/extensions/.eslintrc.js",
|
|
|
|
"globals": {
|
|
"EventEmitter": true,
|
|
"IconDetails": true,
|
|
"Tab": true,
|
|
"TabContext": true,
|
|
"Window": true,
|
|
"WindowEventManager": true,
|
|
"browserActionFor": true,
|
|
"getCookieStoreIdForTab": true,
|
|
"getDevToolsTargetForContext": true,
|
|
"makeWidgetId": true,
|
|
"pageActionFor": true,
|
|
"tabTracker": true,
|
|
"windowTracker": true,
|
|
},
|
|
};
|