mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
15cfe23b88
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
14 lines
225 B
JavaScript
14 lines
225 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: [
|
|
"plugin:mozilla/browser-test",
|
|
"plugin:mozilla/chrome-test",
|
|
"plugin:mozilla/mochitest-test",
|
|
],
|
|
plugins: ["mozilla"],
|
|
rules: {
|
|
"no-shadow": "off",
|
|
},
|
|
};
|