Teo Gebhard
Teo Gebhard
Replaced by https://github.com/streamr-dev/network/pull/1628
There are many great improvements 👍 Would it make sense to divide this quite big PR so that some of the improvement are in separate PRs? (E.g. the bug fixes...
> Disable Eslint's indent because it conflicts with Prettier. What do mean by this? Could we configure the `eslint` rule so that checks that we have the correct 4 space...
> @teogeb, Prettier formats code according to its opinionated rules, and conflicts can arise if ESLint's `indent` rule tries to enforce a different style. Typically `indent` is disabled when using...