Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 26, 2024
1 parent 1c176d5 commit 1601d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { UserConfig } from 'vitest'
/// <reference types="vitest" />
/* eslint-disable no-console */

import type { UserConfig } from 'vitest'
import { resolve } from 'node:path'
import process from 'node:process'
import { defineConfig } from 'vite'
Expand Down

0 comments on commit 1601d95

Please sign in to comment.