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/makeAlice.js and makeBob.js #42

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

makeAlice.js: screen shot 2019-02-21 at 12 06 08 pm

makeBob.js: screen shot 2019-02-21 at 12 13 15 pm

Fixes

  1. allow require of @agoric/harden
  2. allow param reassign
  3. fix intentionally unused args
  4. allow cancel to go unused because it's important to note that it could be used.