mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
tagHandler - Fix tslint error
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { heading, strong, emphasis } from 'mdast-builder';
|
||||
import { emphasis, heading, strong } from 'mdast-builder';
|
||||
// tslint:disable-next-line: no-implicit-dependencies
|
||||
import { Node as MDASTNode, Parent as MDASTParent } from 'unist';
|
||||
import { IReactElementSubset } from './helpers';
|
||||
|
||||
Reference in New Issue
Block a user