Hey community,
In your projects, whether we're talking about IDE-based code analyzer or external ones, do you use such tools / plugins / extensions? I'm not referring to a specific language, generally speaking if you use one and can you name the tool as well? Thanks!
Rachel Leggett
Full Stack Web Dev at Michigan Engineering
For Python, I use Pylint for linting and Black for formatting.
For JavaScript, I use ESLint for linting and Prettier for formatting.