agoric-labs / PlaygroundVat

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

ESLint changes to src/vat/notifyUponResolution.js #58

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

screen shot 2019-02-22 at 11 53 41 am

Fixes

  1. Mark myVatID as an unused arg with a _ prefix
  2. remove nurCount since unused
  3. Rename swissnum that is a parameter of notify and which shadows the upper swissnum
  4. Change for..of to a forEach
  5. Allow inner declarations because we are using ES6