Skip to content

Commit c0826af

Browse files
committed
chore: lint fix
1 parent f674cd5 commit c0826af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/core/ReactPages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import nodeFS from 'node:fs';
22
import nodePath from 'node:path';
33
import { glob } from 'glob';
4-
import { type Logger, type ResolvedConfig, type ViteDevServer, createLogger, normalizePath } from 'vite';
4+
import { type Logger, type ViteDevServer, createLogger, normalizePath } from 'vite';
55
import { pkgName } from '../const';
66
import { ensureArray } from '../helpers';
77
import type { PluginOptions } from '../plugin';

src/unplugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { config } from 'node:process';
21
import { createUnplugin } from 'unplugin';
32
import { pkgName } from './const';
43
import { ReactPages } from './core/ReactPages';

0 commit comments

Comments
 (0)