Conflict with ESLint, enable on demand #4075
Replies: 3 comments 1 reply
-
This is already addressed in the preview release of the VS Code extension |
Beta Was this translation helpful? Give feedback.
-
Hi @ematipico, can you help me understand what/how it was addressed? I have switched to the preview release and don't see any new configuration options for the extension. I've also browsed the commit history here and in the |
Beta Was this translation helpful? Give feedback.
-
For anyone browsing in the future, this is the relevant change where |
Beta Was this translation helpful? Give feedback.
-
There should be a
requireConfig
or similar option to disable Biome in projects where it is not supposed to run.Currently it's simply impossible to progressively migrate projects from ESLint and Prettier to Biome, as the Biome extension in VSCode is running on top of all other projects even when no
biome.json
config exists. I'm surprised this is not a feature and is the sole reason I am unable to move my current project into Biome.Beta Was this translation helpful? Give feedback.
All reactions