Skip to content
Snippets Groups Projects
Commit 7428be4a authored by Mark Banner's avatar Mark Banner
Browse files

Bug 1782008 - Remove now unnecessary .eslintrc.js files....

Bug 1782008 - Remove now unnecessary .eslintrc.js files. r=webcompat-reviewers,extension-reviewers,media-playback-reviewers,pip-reviewers,denschub,rpl,alwu,mossop

Differential Revision: https://phabricator.services.mozilla.com/D152736
parent 4ed899ee
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 132 deletions
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
module.exports = {
// Extend from the shared list of defined globals for mochitests.
extends: "plugin:mozilla/chrome-test",
};
/* 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";
// General rule from /.eslintrc.js only accept folders matching **/test*/browser*/
// where is this folder doesn't match, so manually apply browser test config
module.exports = {
extends: ["plugin:mozilla/browser-test"],
};
"use strict";
module.exports = {
// Extend from the shared list of defined globals for mochitests.
extends: "plugin:mozilla/chrome-test",
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/mochitest-test"],
plugins: ["mozilla"],
rules: {
"no-shadow": "off",
},
globals: {
AbortController: true,
AbortSignal: true,
},
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/chrome-test", "plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/chrome-test", "plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
};
"use strict";
module.exports = {
extends: ["plugin:mozilla/mochitest-test"],
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment