You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I installed babel-plugin-import into my project, prettier(on pre-commit hook) starts to raise an parse error about type modifiers on import, which was implemented in TypeScript 4.5 & babel 7.16.0(babel/babel#13802).
The text was updated successfully, but these errors were encountered:
mori5321
changed the title
After adding babel-plugin-import, prettier cannot parse type-only import.
After adding babel-plugin-import, prettier cannot parse "type modifiers on import(TS4.5 feature)".
Feb 14, 2022
After I installed babel-plugin-import into my project, prettier(on pre-commit hook) starts to raise an parse error about type modifiers on import, which was implemented in TypeScript 4.5 & babel 7.16.0(babel/babel#13802).
The Error Logs
Does anyone have some clue to fix this?
The text was updated successfully, but these errors were encountered: