There’s often a bit of confusion around ESLint and Prettier and each of their roles. ESLint and Prettier do very different things. ESLint ESLint helps developers find problems with their code and improves consistency. Prettier Prettier handles formatting in an opinionated way so you don’t have to think about it anymore. You can use them separately or together which is what I recommend...
ESLint vs Prettier
E