agoric-labs / PlaygroundVat

OBSOLETE prototype Vat host: use SwingSet instead
Apache License 2.0
30 stars 5 forks source link

ESLint changes to test/util.js #27

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

screen shot 2019-02-20 at 3 57 43 pm

Fixes

  1. Change for..of to forEach
  2. Use Object.prototype.hasOwnProperty.call( instead
  3. Temporarily disable unreachable rule (otherwise get unnecessary return and unused arguments)