summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/navigation/.eslintrc.js')
-rw-r--r--docshell/test/navigation/.eslintrc.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/docshell/test/navigation/.eslintrc.js b/docshell/test/navigation/.eslintrc.js
new file mode 100644
index 0000000000..af3d7f7c7f
--- /dev/null
+++ b/docshell/test/navigation/.eslintrc.js
@@ -0,0 +1,11 @@
+"use strict";
+
+module.exports = {
+ extends: ["plugin:mozilla/browser-test", "plugin:mozilla/mochitest-test"],
+
+ plugins: ["no-unsanitized"],
+
+ rules: {
+ "no-unsanitized/method": "off",
+ },
+};