Skip to content

Commit

Permalink
Merge pull request #922 from AxisCommunications/next
Browse files Browse the repository at this point in the history
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
steabert authored Apr 6, 2024
2 parents 8488fae + 49c266f commit 38c419c
Show file tree
Hide file tree
Showing 101 changed files with 8,349 additions and 13,814 deletions.
34 changes: 0 additions & 34 deletions .eslint-import-groups.cjs

This file was deleted.

296 changes: 0 additions & 296 deletions .eslint-rules.cjs

This file was deleted.

43 changes: 0 additions & 43 deletions .eslintrc.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
yarn.lock filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
Loading

0 comments on commit 38c419c

Please sign in to comment.