Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #922 from AxisCommunications/next
Re-introduce yarn and replace dprint/eslint with biome With the goal of further simplifying maintenance, eslint/dprint are replaced with biome. Furthermore, during those changes it became more painfully obvious that updating packages in a monorepo with npm is annoying at best, and inconsistent at worst. Therefore, in the same sweep, yarn is re-introduced, however this time without zero-install or the need for LFS, which keeps things much simpler overall. Since these are all related somehow this was kept in the same PR, but it should be merged as a proper merge commit to keep the history (there are only a very few code changes, and they are isolated in a separate commit).
- Loading branch information