chore: refactor eslint to oxlint (#151)
CD / Test (push) Successful in 13s
CD / Create tag (push) Successful in 10s
CD / Build and push (amd64) (push) Successful in 14s
CD / Create manifest (push) Successful in 1m15s

Reviewed-on: #151
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #151.
This commit is contained in:
2026-07-19 08:23:55 +02:00
committed by t.behrendt
parent e5bcb22058
commit 5dece6307d
5 changed files with 7 additions and 24 deletions
+4 -6
View File
@@ -1,17 +1,15 @@
{
"scripts": {
"build": "bun build --minify --target bun --outdir dist --sourcemap src/main.ts",
"check:code": "eslint src/ --ext .ts",
"check:code": "oxlint",
"check:spell": "cspell --config cspell.code.json **/*.ts",
"start": "bun run src/main.ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@types/bun": "latest",
"cspell": "10.0.1",
"eslint": "8.57.1",
"typescript": "6.0.3",
"@types/bun": "latest"
"oxlint": "1.74.0",
"typescript": "6.0.3"
},
"dependencies": {
"env-var": "7.5.0",