Which "linter" program should I install?
@nelsonic I was reading the "stackoverflow" page about the linter and I found out that there are several programs. I was wondering which one I should install since each one belongs to a programming language. At least I think that's what I understood. If someone could give me a hand with that topical. Thanks!
@miguelmartins17 your observation is correct. The choice of linter depends on the programming language. And the best rule of thumb is to use the "most popular" linter for editor you are using and the language you are programming in.
Perhaps it's worth being a bit more specific and having a recommendation for each language that we use.
What language are you learning/using now? (dart?)
What does Google recommend? 🤔

So I searched dart already comes with a predefined linter when dart and installed already comes together.
