summaryrefslogtreecommitdiffstats
path: root/toolkit/components/normandy/test/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/normandy/test/.eslintrc.js')
-rw-r--r--toolkit/components/normandy/test/.eslintrc.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolkit/components/normandy/test/.eslintrc.js b/toolkit/components/normandy/test/.eslintrc.js
new file mode 100644
index 0000000000..0ee96759d4
--- /dev/null
+++ b/toolkit/components/normandy/test/.eslintrc.js
@@ -0,0 +1,7 @@
+"use strict";
+
+module.exports = {
+ rules: {
+ "require-yield": 0,
+ },
+};