EasyApp-RPI / EasyApp

EasyApp is a chrome extension that allows users to autofill job applications, draft application responses, navigate job listings, tweak user resumes to fit job description, and much more!
MIT License
10 stars 2 forks source link

Prettier Formatting #42

Closed anthonyfabius closed 1 year ago

anthonyfabius commented 1 year ago

Pull Request

Description

I added prettier to the code base to help keep formatting consistent. I also added a workflow to make a workflow auto run and commit this formatting to all PRs and pushes to main.

The only relevant files to review are: .prettierignore .prettierrc.json .github/workflows/prettier.yml

Closes #40

Type of change

How Has This Been Tested?

It passes the unit tests 🤷

Checklist

Try to checkoff as much as possible if not everything!

anthonyfabius commented 1 year ago

I think we should update the readme and describe how you can run the prettier workflow. There than that, LGTM!

Added a short paragraph about it in #41.