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
I'd like to be able to use biome's import oganizing while also formatting code otherwise. https://biomejs.dev/analyzer/
The way currently to do it, is to install biome to npm project and call it separately with npm script. Another way is to use exec plugin. I got it working with below setup. However, this does not feel optimal way. It needs to call npx to install biome and then run it through node, when biome plugin is already added to dprint setup.
I'd like to be able to use biome's import oganizing while also formatting code otherwise. https://biomejs.dev/analyzer/
The way currently to do it, is to install biome to npm project and call it separately with npm script. Another way is to use
exec
plugin. I got it working with below setup. However, this does not feel optimal way. It needs to call npx to install biome and then run it through node, when biome plugin is already added to dprint setup.The text was updated successfully, but these errors were encountered: