diff options
Diffstat (limited to 'devtools/.eslintrc.js')
-rw-r--r-- | devtools/.eslintrc.js | 24 |
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: [ |