issues
search
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
Fixes
add global Vow
removed unused imports
change all to CamelCase
change argv to _argv if intentional but unused
change unnamed functions to arrow style
Remove two unused variables:
obj3
and
got
(We may need them, but I didn't see how. Brian, you may want to check this. )
Disable no-unused-vars for all of the intentionally named variables, like
got8
Errors
Fixes
obj3
andgot
(We may need them, but I didn't see how. Brian, you may want to check this. )got8