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