DEV Community

Discussion on: Writing modern JavaScript code

Collapse
 
tqwhite profile image
TQ White II • Edited

Prettier lints like crazy. It enforces an absolute coding standard. It's main virtue is that it only has two configuration options, tabs vs spaces and quotes vs apostrophes. Otherwise, everyone who uses it gets standard, well-formatted code. I am a huge fan.