// Parent config file for all devtools browser mochitest files.
{
"extends": [
"../testing/mochitest/browser.eslintrc"
],
// All globals made available in the test environment.
"globals": {
"gDevTools": true,
}