File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- import { Literal } from 'mdast'
2- import { Program } from 'estree-jsx'
1+ import type { Literal } from 'mdast'
2+ import type { Program } from 'estree-jsx'
33
4+ /* eslint-disable @typescript-eslint/consistent-type-definitions */
45export interface MdxFlowExpression extends Literal {
56 type : 'mdxFlowExpression'
67 data ?: {
@@ -36,3 +37,4 @@ declare module 'hast' {
3637 mdxFlowExpression : MdxFlowExpression
3738 }
3839}
40+ /* eslint-enable @typescript-eslint/consistent-type-definitions */
Original file line number Diff line number Diff line change 5656 "type-coverage" : " ^2.0.0" ,
5757 "typescript" : " ^4.0.0" ,
5858 "unist-util-remove-position" : " ^4.0.0" ,
59- "xo" : " ^0.51 .0"
59+ "xo" : " ^0.52 .0"
6060 },
6161 "scripts" : {
6262 "build" : " rimraf \" {index,test}.d.ts\" && tsc && type-coverage" ,
You can’t perform that action at this time.
0 commit comments