mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
a9b0112912
This could still use a fair amount of additional cleanup. MozReview-Commit-ID: BteBFMlZCsy --HG-- extra : rebase_source : cc0dc4854167c49593a4f4046c3d6527afe1eddf extra : source : b0521588011d866ee6b2019ee71654768b9e7677
24 lines
574 B
JavaScript
24 lines
574 B
JavaScript
"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,
|
|
},
|
|
};
|