summaryrefslogtreecommitdiffstats
path: root/uriloader/exthandler/tests/mochitest/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'uriloader/exthandler/tests/mochitest/.eslintrc.js')
-rw-r--r--uriloader/exthandler/tests/mochitest/.eslintrc.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/uriloader/exthandler/tests/mochitest/.eslintrc.js b/uriloader/exthandler/tests/mochitest/.eslintrc.js
new file mode 100644
index 0000000000..7612459de1
--- /dev/null
+++ b/uriloader/exthandler/tests/mochitest/.eslintrc.js
@@ -0,0 +1,5 @@
+"use strict";
+
+module.exports = {
+ extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
+};