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