ESLint and Prettier Setup with Git Pre-commit hook🎣
In this post, we will look at how to integrate ESLint and Prettier into your vs-code setup and project in order to ensure cleaner code and consistent across the team.
We might not be perfect all the time, as developers sometimes we may push code in a...
blog.supercharged.dev5 min read
Edidiong Asikpo (Didi)
Senior Developer Advocate at Ambassador Labs
Do you have to do this for every project you create?
When I started learning React some time ago, I used this approach at first but I always had to instal Eslint and Prettier for each project. I had to stop at some point and stick to using create-react-app. I'd really love to know if there's a way to install it just once and ensure its automatically added to every other project I create in the future.