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
There is an issue with prettier-plugin-sort-imports that is caused by using import attributes like import ... with { type: "json" }: trivago/prettier-plugin-sort-imports#270
Since there's not a good workaround, the only option for now is to temporarily disable the plugin 😢. We should re-add it once it got fixed upstream.
The text was updated successfully, but these errors were encountered:
jhnns
changed the title
Disable prettier-plugin-sort-imports because of import attributes issue
Re-add prettier-plugin-sort-imports (was previously removed because of import attributes issue)
May 6, 2024
There is an issue with prettier-plugin-sort-imports that is caused by using import attributes like
import ... with { type: "json" }
: trivago/prettier-plugin-sort-imports#270Since there's not a good workaround, the only option for now is to temporarily disable the plugin 😢. We should re-add it once it got fixed upstream.
The text was updated successfully, but these errors were encountered: