mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00

Differential Revision: https://phabricator.services.mozilla.com/D12529 --HG-- extra : moz-landing-system : lando
8 lines
90 B
JavaScript
8 lines
90 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"plugin:mozilla/chrome-test",
|
|
]
|
|
};
|