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'
3
3
4
+ /* eslint-disable @typescript-eslint/consistent-type-definitions */
4
5
export interface MdxFlowExpression extends Literal {
5
6
type : 'mdxFlowExpression'
6
7
data ?: {
@@ -36,3 +37,4 @@ declare module 'hast' {
36
37
mdxFlowExpression : MdxFlowExpression
37
38
}
38
39
}
40
+ /* eslint-enable @typescript-eslint/consistent-type-definitions */
Original file line number Diff line number Diff line change 56
56
"type-coverage" : " ^2.0.0" ,
57
57
"typescript" : " ^4.0.0" ,
58
58
"unist-util-remove-position" : " ^4.0.0" ,
59
- "xo" : " ^0.51 .0"
59
+ "xo" : " ^0.52 .0"
60
60
},
61
61
"scripts" : {
62
62
"build" : " rimraf \" {index,test}.d.ts\" && tsc && type-coverage" ,
You can’t perform that action at this time.
0 commit comments