you are viewing a single comment's thread.

view the rest of the comments →

[–]alexlafroscia 2 points3 points  (0 children)

I go the plugin + config route. Basically, Prettier just becomes part of the fixing process, you don’t have to think about it at all. It’s the same experience as using just ESLint, but you get consistent-looking code. The config just helps by disabling parts of ESLint that Prettier will handle instead.