1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 16:44:22 +02:00

fix prettier

This commit is contained in:
Ian Storm Taylor
2018-08-15 18:00:24 -07:00
parent 3cf62ef394
commit be262b3c73

View File

@@ -240,6 +240,7 @@ Will validate a node's parent against a [`match`](#match).
text: /^\w+$/ text: /^\w+$/
} }
``` ```
```js ```js
{ {
text: string => string === 'valid' text: string => string === 'valid'