Skip to content

Commit

Permalink
Remove deprecated MDXJSEsm type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 11, 2023
1 parent 4014796 commit 87d2bc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ export interface MdxjsEsm extends MdastLiteral {
}
}

/**
* Deprecated: use the `MdxjsEsm` type instead.
*/
export type MDXJSEsm = MdxjsEsm

/**
* MDX ESM (import/export) node (for hast).
*/
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
],
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/naming-convention": "off"
"@typescript-eslint/consistent-type-definitions": "off"
}
}
],
Expand Down

0 comments on commit 87d2bc9

Please sign in to comment.