agoric-labs / PlaygroundVat

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

eslint changes to test/test-pipeline.js #30

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

screen shot 2019-02-20 at 4 30 35 pm

Fixes

  1. add global Vow
  2. removed unused imports
  3. change all to CamelCase
  4. change argv to _argv if intentional but unused
  5. change unnamed functions to arrow style
  6. Remove two unused variables: obj3 and got(We may need them, but I didn't see how. Brian, you may want to check this. )
  7. Disable no-unused-vars for all of the intentionally named variables, like got8