This is separate to help preserve history of the files. Differential Revision: https://phabricator.services.mozilla.com/D249945
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
extends: "../../../../.eslintrc.xpcshell.js",
|
|
};
|