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