Skip to content

Commit

Permalink
fix lint and remove accidentally committed file
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanph committed Oct 3, 2021
1 parent 80c763e commit 9db4e15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
1 change: 1 addition & 0 deletions .changeset/fast-shrimps-begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
createEditor is now exported from slate-hyperscript, making it easier to set up custom editor tests

For example:

```
const jsx = createHyperscript({
creators: {
Expand Down

This file was deleted.

9 changes: 1 addition & 8 deletions packages/slate-hyperscript/src/creators.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
Element,
Descendant,
Node,
Range,
Text,
Editor,
} from 'slate'
import { Element, Descendant, Node, Range, Text, Editor } from 'slate'
import {
AnchorToken,
FocusToken,
Expand Down

0 comments on commit 9db4e15

Please sign in to comment.