Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

new 'rpc' package for batch query #8

Closed samsiegart closed 1 year ago

samsiegart commented 1 year ago

I first tried putting it in web-components, hence the commit to incorporate typescript there, but that had a lot of lint and build errors

I then tried a separate package, which actually builds and the tests pass, but it does not lint successfully. It's inheriting a lot of eslint rules from the parent directory which don't really make sense for this code.