-
I only want my linter to edit the file on save, or when I explicitly tell it to. However, with Biome, it often edits the file just as I type. Sometimes it's just annoying, and sometimes it's destructive — it deletes pieces of code that it deems unneccessary but I just haven't filled yet. (I use vim-mode and code non-linearly). How can I disable this behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Biome doesn't do that :) it's your editor that is set up in this way. Is it possible that |
Beta Was this translation helpful? Give feedback.
Biome doesn't do that :) it's your editor that is set up in this way. Is it possible that
editor.formatOnType
is set totrue
? Please share your user settings so we can understand why your editor behaves like this