19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
{
|
|
"extends": "../../../toolkit/components/extensions/.eslintrc",
|
|
|
|
"globals": {
|
|
"AllWindowEvents": true,
|
|
"currentWindow": true,
|
|
"EventEmitter": true,
|
|
"IconDetails": true,
|
|
"makeWidgetId": true,
|
|
"pageActionFor": true,
|
|
"PanelPopup": true,
|
|
"TabContext": true,
|
|
"ViewPopup": true,
|
|
"WindowEventManager": true,
|
|
"WindowListManager": true,
|
|
"WindowManager": true,
|
|
},
|
|
}
|