Skip to content

Commit

Permalink
chore: use Root from mdast directly
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 14, 2022
1 parent 819c259 commit 46fd62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-mdx/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Position } from 'acorn'
import type { AST, Linter } from 'eslint'
import type { Program } from 'estree'
import type { Root } from 'remark-mdx'
import type { Root } from 'mdast'
import type { Plugin } from 'unified'
import type { VFileOptions } from 'vfile'
import type { VFileMessage } from 'vfile-message'
Expand Down

0 comments on commit 46fd62d

Please sign in to comment.