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 thought there was an option to use require_cwd, but I couldn't seem to get that to work. We're currently in the middle of a ESLint+Prettier to Biome migration and being able to run Prettier in some directories and Biome in others would be really awesome.
Did you check existing requests?
Describe the feature
I've added this config in
formatters_by_ft = { typescript = { "biome-check", "prettierd" } }
withstop_after_first = true
indefault_format_opts
.I would like something to trigger biome formatting only when biome.json is found, same for prettier with a .prettierrc file.
My use case is that I have several projects, some already migrated to biome, some still using prettier.
Provide background
No response
What is the significance of this feature?
strongly desired
Additional details
No response
The text was updated successfully, but these errors were encountered: