diff options
Diffstat (limited to 'toolkit/components/passwordmgr/test/browser/.eslintrc.js')
-rw-r--r-- | toolkit/components/passwordmgr/test/browser/.eslintrc.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolkit/components/passwordmgr/test/browser/.eslintrc.js b/toolkit/components/passwordmgr/test/browser/.eslintrc.js new file mode 100644 index 0000000000..000a981cbe --- /dev/null +++ b/toolkit/components/passwordmgr/test/browser/.eslintrc.js @@ -0,0 +1,7 @@ +"use strict"; + +module.exports = { + rules: { + "no-var": "off", + }, +}; |