summaryrefslogtreecommitdiff
path: root/toolkit/modules/tests/browser/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/tests/browser/.eslintrc.js')
-rw-r--r--toolkit/modules/tests/browser/.eslintrc.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/modules/tests/browser/.eslintrc.js b/toolkit/modules/tests/browser/.eslintrc.js
deleted file mode 100644
index c764b133dc..0000000000
--- a/toolkit/modules/tests/browser/.eslintrc.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-module.exports = {
- "extends": [
- "../../../../testing/mochitest/browser.eslintrc.js"
- ]
-};