🚨 Fix linting errors
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { defineConfig, UserConfigExport } from 'vitest/config'
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
const config: UserConfigExport = {
|
||||
plugins: [svelte()],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom'
|
||||
}
|
||||
};
|
||||
export default defineConfig(config)
|
||||
plugins: [svelte()],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom'
|
||||
}
|
||||
}
|
||||
export default defineConfig(config)
|
||||
|
||||
Reference in New Issue
Block a user