Add ESLint & Prettier to your repository to find and fix common code issues
When adding code to your repository, it is easy to overlook mistakes that you may have made. If you check these changes into your repository, you may not discover them until much later when you run the code or possibly never at all. For this reason, it’s nice to have some tools that automatically statically check and fix your code before you add it to your repository.