Eslint has so many rules by now that I don’t really see the reason to use Prettier as well. When I hit Save. Eslint fixes and formats my code already. What can Prettier do that Eslint cannot? Why do I need both.
Asked
Active
Viewed 90 times
1 Answers
1
Main difference is that ESlint is specific to Javascript or its libraries and frameworks. In other hand prettier can be used for almost all Languages .

Korak
- 39
- 8