How to setup ESLint and Prettier for your JavaScript projects
ESLint is a linting tool that analyzes your code and suggests fixes and Prettier is a code formatter that saves you the time by automatically formats your code as you save.
Both tools combined give an amazing developer experience because you don't ha...
blog.timfon.dev4 min read