We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
MDXJSEsm
1 parent 4014796 commit 87d2bc9Copy full SHA for 87d2bc9
index.d.ts
@@ -24,11 +24,6 @@ export interface MdxjsEsm extends MdastLiteral {
24
}
25
26
27
-/**
28
- * Deprecated: use the `MdxjsEsm` type instead.
29
- */
30
-export type MDXJSEsm = MdxjsEsm
31
-
32
/**
33
* MDX ESM (import/export) node (for hast).
34
*/
package.json
@@ -93,8 +93,7 @@
93
],
94
"rules": {
95
"@typescript-eslint/ban-types": "off",
96
- "@typescript-eslint/consistent-type-definitions": "off",
97
- "@typescript-eslint/naming-convention": "off"
+ "@typescript-eslint/consistent-type-definitions": "off"
98
99
100
0 commit comments