Conversation

biome is the worst linter I’ve ever used omg. it’s so opinionated about the stupidest things and every single diagnostic it gives is classified as an error and there’s no non-hacky way to turn them into warnings instead

1
0
3

things that biome thinks are errors:

  • changing the value of a function argument
  • using the ! operator
  • using let when you could’ve used const
  • using the any type
  • using the Function type
  • concatenating a string with another string
1
0
2

I didn’t even explicitly install biome it just came bundled with my TypeScript LSP after the latest update and now I don’t know how to turn it off without disabling my whole LSP

0
0
1