6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for xpcshell tests.
|
|
extends: "../../../../.eslintrc.xpcshell.js",
|
|
};
|