style: biome setup

This commit is contained in:
Mona Mayrhofer 2025-04-02 21:41:52 +02:00
parent 4133722f72
commit 4bc05aaa2a
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
8 changed files with 31 additions and 8 deletions

View file

@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import checker from "vite-plugin-checker";
import { reactRouter } from "@react-router/dev/vite";
import { defineConfig } from "vite";
import checker from "vite-plugin-checker";
// https://vitejs.dev/config/
export default defineConfig({