Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 461 Bytes

Prettierrc file generator

This project was inspired over the idea of getting an easy way to generate and download the .prettierrc file to be imported and used in your projects.

Schema and options

All the options are from https://json.schemastore.org/prettierrc

Develop

  1. Clone this repository
  2. Run npm i && npm start
  3. Open your browser and navigate to http://localhost:4200

Enjoy the well formatted code 😊