Conversation
|
|
|
Tested working in version 2.1.3, but it seems unable to prevent formatting |
|
Ok. I've decided to rewrite the whole biomejs integration to also prevent formatting of the file. As of right now, biomejs unfortunately does not provide a magic comment to disable formatting. According to their docs, the intended solution is to use the negated matcher in the |
|
I am not so sure about the complexity introduced here to support a simple ignore feature - shouldn't the Biome side provides better DX on this? |
|
Same problem, any progress |
Description
Fixes the single line only magic comments to instead suppress biome across the whole file as expected.
Before:
After: