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.