feat: update deps, replace radix and balancer

chore(deps): update dependency eslint to v9

Update linting workflow and scripts
This commit is contained in:
Bart van der Braak 2024-04-20 20:38:47 +02:00
parent 31bb213b5a
commit c985f1c407
12 changed files with 441 additions and 674 deletions

View file

@ -31,8 +31,5 @@ jobs:
- name: Install Node.js dependencies
run: pnpm install --frozen-lockfile
- name: Run linters
uses: wearerequired/lint-action@v2.3.0
with:
eslint: true
prettier: true
- name: Run linting
run: pnpm run lint-ci