Skip to content

Commit b0b65cd

Browse files
committed
chore: lint code
1 parent ab7037d commit b0b65cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ConfigEnv, UserConfigExport } from 'vite'
22
import dts from 'vite-plugin-dts'
3-
import { name, PascalCasedName } from './package.json'
3+
import { PascalCasedName, name } from './package.json'
44

55
// https://vitejs.dev/config/
66
export default ({ command }: ConfigEnv): UserConfigExport => {

0 commit comments

Comments
 (0)