-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: Organize import using Biome.js for typescript, javascript, typescriptreact, javascriptreact #585
Comments
According to the docs it looks like the formatter, linter, and import sorter are all enabled by default. The default conform Also, to make changes to a formatter args, you can provide |
@stevearc Yes I can pass args but I can't pass the arg |
@stevearc can you share any config with |
@rahulpeacock I had some luck with this setup. |
@andrew-t-james-core this is also a workaround but is there a default config from |
Can you not just use the built-in formatters_by_ft = {
lua = { "stylua" },
["javascript"] = { "biome-check" },
["javascriptreact"] = { "biome-check" },
["typescript"] = { "biome-check" },
["typescriptreact"] = { "biome-check" },
["json"] = { "biome-check" },
["css"] = { "biome-check" },
}, |
Did you check existing requests?
Describe the feature
I want to organize the imports using
biome.js
when I format my buffer/file usingbiome.js
for typescript, javascript, typescriptreact, javascriptreactProvide background
No response
What is the significance of this feature?
strongly desired
Additional details
For now I am using the
args
to organize the imports. But it is highly recommend to have a config to organize the imports using biomeThis is a workaround for now
The text was updated successfully, but these errors were encountered: