build: replace ESLint tooling with Oxlint

Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
naiba
2026-07-21 08:57:39 +00:00
co-authored by naiba/CloudCode
parent 27ba6e74bd
commit 5ace626f23
2 changed files with 390 additions and 1262 deletions
+388 -1255
View File
File diff suppressed because it is too large Load Diff
+3 -8
View File
@@ -7,8 +7,8 @@
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"build-ignore-error": "vite build", "build-ignore-error": "vite build",
"lint": "eslint .", "lint": "oxlint .",
"lint:fix": "eslint --fix .", "lint:fix": "oxlint --fix .",
"format": "prettier --write .", "format": "prettier --write .",
"test": "vitest run", "test": "vitest run",
"preview": "vite preview", "preview": "vite preview",
@@ -68,7 +68,6 @@
"zustand": "^5.0.14" "zustand": "^5.0.14"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.1", "@playwright/test": "^1.61.1",
"@testing-library/dom": "^10.4.1", "@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2", "@testing-library/react": "^16.3.2",
@@ -77,16 +76,12 @@
"@types/react-dom": "^19.2.1", "@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^6.0.3", "@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.4", "autoprefixer": "^10.5.4",
"eslint": "^10.7.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"jsdom": "^29.1.1", "jsdom": "^29.1.1",
"oxlint": "1.74.0",
"postcss": "8.5.19", "postcss": "8.5.19",
"swagger-typescript-api": "^13.12.6", "swagger-typescript-api": "^13.12.6",
"tailwindcss": "4.3.3", "tailwindcss": "4.3.3",
"typescript": "~7.0.2", "typescript": "~7.0.2",
"typescript-eslint": "^8.64.0",
"vite": "^8.1.5", "vite": "^8.1.5",
"vitest": "^4.1.10" "vitest": "^4.1.10"
} }