Replies: 2 comments 4 replies
-
If you're referring to rendering squiggly lines when the format is incorrect, you're right. Biome currently does not report diagnostics for formatting differences. Usually, people enable format on save, which takes care of it automatically. |
Beta Was this translation helpful? Give feedback.
-
This is probably gonna be a deal breaker for me. Is there any reason why you wouldn't want to support that? I currently use |
Beta Was this translation helpful? Give feedback.
-
Hello,
We planned to use BiomeJS in replacement of ESlint.
We are actually facing an issue. Biome does not lint formatting issues :
This simple config file works well for most of the rules we need.
But when I mess up a react code to look flat, I have no feedback of Biome to tell me that my code is not valid.
Since, yes, indentations problem is an error.
Do you have an idea of to show this kind of issue in the linter on VSCode?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions