Skip to content

Commit be4b0f7

Browse files
committed
lint fix
1 parent dd23985 commit be4b0f7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/slate/src/core/normalize-node.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
import { WithEditorFirstArg } from '../utils/types'
2-
import { Editor, Element, Descendant, Text, Transforms, Node, Path, Ancestor } from '../interfaces'
2+
import {
3+
Editor,
4+
Element,
5+
Descendant,
6+
Text,
7+
Transforms,
8+
Node,
9+
Path,
10+
Ancestor,
11+
} from '../interfaces'
312

413
export const normalizeNode: WithEditorFirstArg<Editor['normalizeNode']> = (
514
editor,

0 commit comments

Comments
 (0)