mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
{
|
|
"extends": "../../../toolkit/components/extensions/.eslintrc",
|
|
|
|
"globals": {
|
|
"currentWindow": true,
|
|
"EventEmitter": true,
|
|
"IconDetails": true,
|
|
"openPanel": true,
|
|
"makeWidgetId": true,
|
|
"TabContext": true,
|
|
"AllWindowEvents": true,
|
|
"WindowEventManager": true,
|
|
"WindowListManager": true,
|
|
"WindowManager": true,
|
|
},
|
|
}
|