diff options
Diffstat (limited to 'toolkit/modules/subprocess/test/xpcshell/.eslintrc.js')
-rw-r--r-- | toolkit/modules/subprocess/test/xpcshell/.eslintrc.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/modules/subprocess/test/xpcshell/.eslintrc.js b/toolkit/modules/subprocess/test/xpcshell/.eslintrc.js deleted file mode 100644 index fc63a79b75..0000000000 --- a/toolkit/modules/subprocess/test/xpcshell/.eslintrc.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; - -module.exports = { // eslint-disable-line no-undef - "extends": "../../../../../testing/xpcshell/xpcshell.eslintrc.js", -}; |