agoric-labs / PlaygroundVat

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

ESLint changes to examples/contract/makeContractHost.js #43

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

screen shot 2019-02-21 at 12 19 15 pm

Fixes

  1. Allow require of @agoric/harden
  2. Change unnamed functions to arrow style.
  3. Change ++ to += 1