Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -2,9 +2,9 @@ import { textblockTypeInputRule } from 'prosemirror-inputrules';
|
|||
import { Schema } from 'prosemirror-model';
|
||||
import { schema } from 'prosemirror-schema-basic';
|
||||
import { addListNodes } from 'prosemirror-schema-list';
|
||||
import { Transaction } from 'prosemirror-state';
|
||||
import { EditorView } from 'prosemirror-view';
|
||||
import { MutableRefObject } from 'react';
|
||||
import type { Transaction } from 'prosemirror-state';
|
||||
import type { EditorView } from 'prosemirror-view';
|
||||
import type { MutableRefObject } from 'react';
|
||||
|
||||
import { buildContentFromDocument } from './functions';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue