fix: linter errors

This commit is contained in:
Xiaohan-Tian
2026-04-16 20:46:09 -07:00
parent e3a77e6398
commit 1d5bb59ad7
2 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/// <reference types="vitest" />
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
@@ -59,4 +59,4 @@ export default defineConfig({
// Retry failed tests once
retry: 1
}
})
});