blob: e6f2a5a0521838972b73a80856e2af3c40f68a1f (
plain)
1
2
3
4
5
6
7
8
9
10
|
"use strict";
module.exports = {
// Extend from the shared list of defined globals for mochitests.
extends: "../../../../.eslintrc.mochitests.js",
globals: {
ChromeUtils: true,
sendAsyncMessage: true,
},
};
|