chore: refactor to eslint
CI / Build check (pull_request) Successful in 33s
CI / Test (pull_request) Successful in 8m24s

This commit is contained in:
2026-07-19 08:15:11 +02:00
parent e5bcb22058
commit 3145100e84
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",