Skip to content

Commit e22ca6b

Browse files
committed
core: lint
1 parent 3a8ce3d commit e22ca6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { defineConfig } from 'vite'
2-
import vue from '@vitejs/plugin-vue'
1+
import vue from '@vitejs/plugin-vue';
2+
import { defineConfig } from 'vite';
33

44
// https://vite.dev/config/
55
export default defineConfig({
6-
plugins: [vue()],
7-
})
6+
plugins: [vue()],
7+
});

packages/server/utils/commandRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import child from 'child_process';
33
import fs from 'fs';
44
import { homedir } from 'os';
5-
import { Logger } from './index';
65
import { config } from '../config';
6+
import { Logger } from './index';
77

88
const logger = new Logger('runner');
99

0 commit comments

Comments
 (0)