зеркало из https://github.com/mozilla/gecko-dev.git
24 строки
574 B
JavaScript
24 строки
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,
|
|
},
|
|
};
|