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
When I open a JS file located under a _generated directory, I see in the VSCode logs that Biome is correctly ignoring the file, but Prettier 'takes over' and formats the file upon saving it (CMD+S).
Why doesn't this work? Is it a bug in Prettier? It looks like my the paths in my .prettierignore file are not respected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a repo in which I am using both Biome and Prettier for formatting my files. Biome is for JS/TS and Prettier is for MD/YML.
I have the following paths in my
.prettierignore
:And the following VSCode settings:
When I open a JS file located under a
_generated
directory, I see in the VSCode logs that Biome is correctly ignoring the file, but Prettier 'takes over' and formats the file upon saving it (CMD+S).Why doesn't this work? Is it a bug in Prettier? It looks like my the paths in my
.prettierignore
file are not respected.Beta Was this translation helpful? Give feedback.
All reactions