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