You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Eslint rules to forbid importing from @deephaven package owning the
module
- Fixed offending SessionUtils
I tested this by running npm run test:lint. It showed expected linting
error before fixing SessionUtils. Fixing SessionUtils made error go
away. Also tested in vscode. Error shows up in the editor as expected.
fixes#1497
Description
SessionUtils
has an import from its owning package@deephaven/jsapi-utils
. We should fix this and configure eslint to disallow such imports.The text was updated successfully, but these errors were encountered: