style(editor): biome 修正 import 排序(highlight/index)
TDD 阶段子代理未跑 biome check --write,补齐 import 字母序以过 make lint。
This commit is contained in:
parent
8493e4c4c4
commit
4de48cd16c
@ -1,4 +1,4 @@
|
||||
import { createLowlight, common } from 'lowlight';
|
||||
import { common, createLowlight } from 'lowlight';
|
||||
|
||||
const base = createLowlight(common);
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
import { Editor } from '@tiptap/core';
|
||||
import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight';
|
||||
import { FileHandler } from '@tiptap/extension-file-handler';
|
||||
import { TaskItem, TaskList } from '@tiptap/extension-list';
|
||||
import { TableKit } from '@tiptap/extension-table';
|
||||
import { Markdown } from '@tiptap/markdown';
|
||||
import CodeBlockLowlight from '@tiptap/extension-code-block-lowlight';
|
||||
import StarterKit from '@tiptap/starter-kit';
|
||||
import { lowlight } from './highlight';
|
||||
import { SlashCommand } from './slash-command';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user