diff --git a/apps/oxfmt/src-js/libs/prettier-plugin-oxfmt.ts b/apps/oxfmt/src-js/libs/prettier-plugin-oxfmt.ts index 4411c496b6142..d917794637434 100644 --- a/apps/oxfmt/src-js/libs/prettier-plugin-oxfmt.ts +++ b/apps/oxfmt/src-js/libs/prettier-plugin-oxfmt.ts @@ -65,7 +65,6 @@ export const options: SupportOptions = { export const parsers: Record = { // Override default JS/TS parsers babel: oxfmtParser, - "babel-ts": oxfmtParser, typescript: oxfmtParser, };