mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
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
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": "plugin:mozilla/xpcshell-test",
|
|
};
|