summaryrefslogtreecommitdiffstats
path: root/devtools/.eslintrc.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
commit086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch)
treea4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /devtools/.eslintrc.js
parentAdding debian version 124.0.1-1. (diff)
downloadfirefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz
firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devtools/.eslintrc.js')
-rw-r--r--devtools/.eslintrc.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/devtools/.eslintrc.js b/devtools/.eslintrc.js
index 7fab2039c6..2b642f6bb6 100644
--- a/devtools/.eslintrc.js
+++ b/devtools/.eslintrc.js
@@ -83,30 +83,6 @@ module.exports = {
],
},
{
- // Cu, Cc etc... are not available in most devtools modules loaded by require.
- files: ["**"],
- excludedFiles: [
- // Enable the rule on JSM, test head files and some specific files.
- "**/*.jsm",
- "**/*.sjs",
- "**/test/**/head.js",
- "**/test/**/shared-head.js",
- "client/debugger/test/mochitest/code_frame-script.js",
- "client/responsive.html/browser/content.js",
- "server/startup/content-process.js",
- "server/startup/frame.js",
- "shared/loader/base-loader.sys.mjs",
- "shared/loader/browser-loader.js",
- "shared/loader/worker-loader.js",
- "startup/aboutdebugging-registration.js",
- "startup/aboutdevtoolstoolbox-registration.js",
- "startup/devtools-startup.js",
- ],
- rules: {
- "mozilla/no-define-cc-etc": "off",
- },
- },
- {
// All DevTools files should avoid relative paths.
files: ["**"],
excludedFiles: [