diff options
Diffstat (limited to '')
-rw-r--r-- | toolkit/components/normandy/test/.eslintrc.js | 7 |
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, + }, +}; |