fune/devtools/client/aboutdebugging/test/xpcshell/.eslintrc.js
Mark Banner 15cfe23b88 Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D65703

--HG--
extra : moz-landing-system : lando
2020-03-07 10:09:44 +00:00

6 lines
148 B
JavaScript

"use strict";
module.exports = {
// Extend from the common devtools xpcshell eslintrc config.
extends: "../../../../.eslintrc.xpcshell.js",
};