DEV Community

Discussion on: eslint vs prettier vs editorconfig, or just use everything?

Collapse
 
martini profile image
Martin

I personally use ESLint. It covers the code style, and you have a wide variety of options (and plugins + their options) to customize what you want. This works fine for me as I have it fix my code on save.