replaced eslint with oxlint
Some checks failed
CI / install-dependencies (pull_request) Successful in 58s
CI / type-check (pull_request) Failing after 1m34s
CI / lint (pull_request) Failing after 2m39s
CI / format-check (pull_request) Failing after 2m48s
CI / build (pull_request) Failing after 3m0s

This commit is contained in:
Tobias Klemp
2025-12-03 23:10:47 +01:00
parent 5af0df8aed
commit 58fb9d7656

View File

@@ -12,7 +12,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"format:check": "prettier --check",
"lint:check": "eslint ."
"lint:check": "oxlint ."
},
"devDependencies": {
"@eslint/compat": "^1.4.0",