forked from mirrors/gecko-dev
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:
parent
2a9b708ef5
commit
0f63d275c5
2 changed files with 1 additions and 18 deletions
|
|
@ -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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
with Files("**"):
|
with Files("**"):
|
||||||
BUG_COMPONENT = ("Firefox", "Services Automation")
|
BUG_COMPONENT = ("Firefox", "Sync")
|
||||||
|
|
||||||
EXTRA_COMPONENTS += [
|
EXTRA_COMPONENTS += [
|
||||||
"AutomationComponents.manifest",
|
"AutomationComponents.manifest",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue