Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint swingset-xsnap-supervisor imports (#10885)
_incidental_ ## Description In #10878 I noticed, > This missing dependency should have been discovered by our linter, and it’s not clear how it was not. The package had disabled `import/no-extraneous-dependencies` for some reason. That was carried forward in the recent v9 upgrade: https://github.com/Agoric/agoric-sdk/pull/10846/files#diff-9ab4ae5d071b94a2d5dd874ceb3b9a1e85913fe7ee92e4956cb9801e59777002 This removes the special case and declares the deps so the rule passes. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations CI ### Upgrade Considerations none
- Loading branch information