JC-Coder / startease

StartEase is a command-line interface (CLI) tool designed to make project setup a breeze. Whether you're working with your favorite technologies or exploring new ones, StartEase is your companion for quickly and effortlessly scaffolding projects.
https://startease.vercel.app
MIT License
61 stars 25 forks source link

Add Prettier to Codebase #25

Closed CreedDE closed 1 year ago

CreedDE commented 1 year ago

This PR adds prettier to the project.

We can still adjust the rules for prettier. I'm open to suggestions.

@JC-Coder to enforce these prettier rules, we should add a GitHub Action, are you okay with it?

resolves #22

JC-Coder commented 1 year ago

please make your pr against the dev branch @CreedDE

JC-Coder commented 1 year ago

@CreedDE can you setup the github action to enforce the prettier ? if not i would take that up

CreedDE commented 1 year ago

@JC-Coder sure gonna add the action and mention you as soon it's finished

CreedDE commented 1 year ago

@JC-Coder created the GitHub action to check formatting on each commit to main / dev and on each pull request