Skip to content

Commit 87d2bc9

Browse files
committedJul 11, 2023
Remove deprecated MDXJSEsm type
1 parent 4014796 commit 87d2bc9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
 

‎index.d.ts

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ export interface MdxjsEsm extends MdastLiteral {
2424
}
2525
}
2626

27-
/**
28-
* Deprecated: use the `MdxjsEsm` type instead.
29-
*/
30-
export type MDXJSEsm = MdxjsEsm
31-
3227
/**
3328
* MDX ESM (import/export) node (for hast).
3429
*/

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
],
9494
"rules": {
9595
"@typescript-eslint/ban-types": "off",
96-
"@typescript-eslint/consistent-type-definitions": "off",
97-
"@typescript-eslint/naming-convention": "off"
96+
"@typescript-eslint/consistent-type-definitions": "off"
9897
}
9998
}
10099
],

0 commit comments

Comments
 (0)
Please sign in to comment.