fune/browser/components/attribution/test/xpcshell/.eslintrc.js
Mark Banner 833371676c Bug 1512052 - Update some directories in .eslintignore, and correct a few .eslintrc.js files. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D13745

--HG--
rename : browser/components/attribution/test/.eslintrc.js => browser/components/attribution/test/xpcshell/.eslintrc.js
extra : moz-landing-system : lando
2018-12-11 13:15:16 +00:00

5 lines
82 B
JavaScript

"use strict";
module.exports = {
"extends": "plugin:mozilla/xpcshell-test",
};