forked from mirrors/gecko-dev
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the common devtools xpcshell eslintrc config.
|
|
extends: "../../../../.eslintrc.xpcshell.js",
|
|
};
|