Package detail

esprettier

harshithpabbati141MIT0.0.1

An easy way to add eslint and prettier config to your project

eslint, prettier, one lint, easy lint

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

  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