Bug 1817179 - Remove unnecessary .eslintrc.js file and update bug component for services/automation. r=markh

Differential Revision: https://phabricator.services.mozilla.com/D170059
This commit is contained in:
Mark Banner 2023-02-17 16:34:41 +00:00
Родитель 2a9b708ef5
Коммит 0f63d275c5
2 изменённых файлов: 1 добавлений и 18 удалений

Просмотреть файл

@ -1,17 +0,0 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
module.exports = {
env: {
browser: true,
},
rules: {
"no-unused-vars": [
"error",
{ args: "none", varsIgnorePattern: "^EXPORTED_SYMBOLS|^Sync" },
],
},
};

Просмотреть файл

@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Firefox", "Services Automation")
BUG_COMPONENT = ("Firefox", "Sync")
EXTRA_COMPONENTS += [
"AutomationComponents.manifest",