chore: migrate from ESLint/Prettier to Oxc

This commit is contained in:
2026-02-05 17:29:13 +01:00
parent 075742e867
commit 12a22980ce
13 changed files with 561 additions and 2223 deletions

View File

@@ -21,8 +21,7 @@ jobs:
- name: "Install dependencies"
run: "npm clean-install"
- run: "node --run lint:editorconfig"
- run: "node --run lint:markdown"
- run: "node --run lint:eslint"
- run: "node --run lint:prettier"
- run: "node --run lint:typescript"
- run: "node --run lint:oxlint"
- run: "node --run lint:oxfmt"