mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D9661 --HG-- extra : moz-landing-system : lando
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"plugin:mozilla/browser-test",
|
|
]
|
|
};
|