/prettierrc

Prettier RC file generator app

Primary LanguageTypeScript

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 😊