0.0.1 • Published 4 years ago

esprettier-lint v0.0.1

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

ESPrettier Lint (ESLint + Prettier)

Are you lazy to add eslint & prettier in your every project ?

Tada 🎉! Easy lint is made for you. It is an easy way to add ESLint & Prettier into your project.

How to use

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