⬆️ Upgrade Biome to the latest version (#1861)

This commit is contained in:
Alejandra
2025-09-09 14:45:10 +02:00
committed by GitHub
parent 61174f1806
commit f813161912
39 changed files with 1962 additions and 2134 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.build.json && vite build",
"lint": "biome check --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
"lint": "biome check --write --unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
"preview": "vite preview",
"generate-client": "openapi-ts"
},
@@ -26,7 +26,7 @@
"react-icons": "^5.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/biome": "^2.2.3",
"@hey-api/openapi-ts": "0.73.0",
"@playwright/test": "^1.55.0",
"@tanstack/router-devtools": "^1.131.36",