Skip to content

Commit c982f60

Browse files
committed
fix: lint sort-imports
1 parent 23ecdb6 commit c982f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { UnpluginFactory } from 'unplugin'
22
import type { Options } from './types'
3-
import { createFilter } from 'unplugin-utils'
43
import { createUnplugin } from 'unplugin'
4+
import { createFilter } from 'unplugin-utils'
55
import { createMarkdown } from './core/markdown'
66
import { resolveOptions } from './core/options'
77

0 commit comments

Comments
 (0)