streamr-dev / network

Monorepo containing all the main components of Streamr Network.
574 stars 38 forks source link

refactor: Fix `@typescript-eslint/dot-notation` warnings #2838

Closed teogeb closed 3 weeks ago

teogeb commented 3 weeks ago

The eslint rule would warn about these when we upgrade to v9.

Applied the code changes using eslint's autofix feature.