mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-19 00:34:01 +00:00
.ts - Fix tslint errors
This commit is contained in:
+2
-2
@@ -2,6 +2,7 @@ import { root, text } from "mdast-builder";
|
||||
import { Children as ReactChildren } from "react";
|
||||
import * as stringify from "remark-stringify";
|
||||
import * as unified from "unified";
|
||||
// tslint:disable-next-line: no-implicit-dependencies
|
||||
import { Parent as MDASTParent } from "unist";
|
||||
|
||||
import {
|
||||
@@ -56,12 +57,11 @@ function render(
|
||||
|
||||
// Render processed array of children
|
||||
render(renderOutput, parentASTNodeMod);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// Handle intrinsic types of element like div, h1
|
||||
{
|
||||
// Handle intrinsic types of element like div, h1
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user