{
  "ecmaFeatures": {
    // since the code here is running only on known versions of
    // Firefox, we can use newer ECMAscript features here
    "arrowFunctions": true,
    "blockBindings": true,
    "destructuring": true,
    "forOf": true
  },
  "rules": {
    // This is useful for some of the tests, e.g.
    // expect(new Foo()).to.Throw(/error/)
    "no-new": 0
  }
}
