/esprettier

An easy way to add ESLint and Prettier to your projects

Primary LanguageJavaScriptMIT LicenseMIT

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