Are you lazy to add eslint & prettier in your every project ?
Tada 🎉! ESPrettier is made for you. It is an easy way to add ESLint & Prettier into your project.
- Install ESPrettier globally
npm i -g esprettier
- Get into the root of the project
cd project
- Run the command to add eslint & prettier to your project
esprettier eslint+prettier
- Done! you successfully added the required config to your project