mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 17:39:57 +02:00
fix lint
This commit is contained in:
@@ -27,7 +27,6 @@ Now there is a new `match` object concept, which looks like:
|
|||||||
Match objects can be objects, or an array of objects which acts as `OR`:
|
Match objects can be objects, or an array of objects which acts as `OR`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
||||||
{
|
{
|
||||||
parent: [{ type: 'ordered_list' }, { type: 'unordered_list' }],
|
parent: [{ type: 'ordered_list' }, { type: 'unordered_list' }],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user