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