esprettier
v0.0.1
Published
An easy way to add eslint and prettier config to your project
Maintainers
Readme
ESPrettier (ESLint + Prettier)
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.
How to use
- 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
