The JavaScript Fullstack Bootcamp by Flavio Copes > Prettier Module #47 > Flashcards
What is “Prettier”
Prettier is an opinionated code formatter. It supports quite a few languages definitely all of the main languages for web development.
What’s the difference between ESLint?
ES lint being a linter highlights errors in the code.
What’s the bottom line then?
Just use it. It will make your code cleaner and easier to read. :-)