2015-05-28 07:30:03 +00:00
|
|
|
// Parent config file for all devtools browser mochitest files.
|
|
|
|
{
|
2015-12-17 23:28:06 +00:00
|
|
|
"extends": [
|
|
|
|
"../testing/mochitest/browser.eslintrc"
|
|
|
|
],
|
2015-05-28 07:30:03 +00:00
|
|
|
// All globals made available in the test environment.
|
|
|
|
"globals": {
|
2016-01-07 22:18:56 +00:00
|
|
|
"DevToolsUtils": true,
|
2015-05-28 07:30:03 +00:00
|
|
|
"gDevTools": true,
|
2016-01-07 22:18:56 +00:00
|
|
|
"once": true,
|
|
|
|
"synthesizeKeyFromKeyTag": true,
|
|
|
|
"TargetFactory": true,
|
|
|
|
"waitForTick": true,
|
2016-07-21 15:04:47 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"rules": {
|
|
|
|
// Tests can always import anything.
|
|
|
|
"mozilla/reject-some-requires": 0,
|
|
|
|
},
|
2015-09-30 13:44:48 +00:00
|
|
|
}
|