⬆️ 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

@@ -1,5 +1,5 @@
import path from "node:path"
import { tanstackRouter } from '@tanstack/router-plugin/vite'
import { tanstackRouter } from "@tanstack/router-plugin/vite"
import react from "@vitejs/plugin-react-swc"
import { defineConfig } from "vite"
@@ -15,5 +15,6 @@ export default defineConfig({
target: "react",
autoCodeSplitting: true,
}),
react()],
react(),
],
})