0.0.1 • Published 4 years ago

esprettier v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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

  1. Install ESPrettier globally
npm i -g esprettier
  1. Get into the root of the project
cd project
  1. Run the command to add eslint & prettier to your project
esprettier eslint+prettier
  1. Done! you successfully added the required config to your project