summaryrefslogtreecommitdiffstats
path: root/toolkit/components/normandy/test/.eslintrc.js
blob: 0ee96759d4fa5cc79088e76ccdc0f8b24293d443 (plain)
1
2
3
4
5
6
7
"use strict";

module.exports = {
  rules: {
    "require-yield": 0,
  },
};