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