Skip to content

Commit 61e857a

Browse files
committed
fix: lint
1 parent 1c99519 commit 61e857a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { Plugin } from 'obsidian'
2-
import { ViewPlugin } from '@codemirror/view'
31
import type { EditorView, PluginValue, ViewUpdate } from '@codemirror/view'
42
import type { UnoGenerator, UserConfig } from '@unocss/core'
3+
import { ViewPlugin } from '@codemirror/view'
54
import { createGenerator } from '@unocss/core'
5+
import { Plugin } from 'obsidian'
66

7-
import { evaluateAnyModule } from './import'
87
import { defaultConfigRaw } from './constants'
8+
import { evaluateAnyModule } from './import'
99

1010
function debounce<T extends (...args: any) => any>(fn: T, wait: number) {
1111
let timer: any = null

0 commit comments

Comments
 (0)