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!
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
[ ] Bug fix (change which fixes an issue)
[x] Enhancement (change which alters existing functionality)
[ ] New feature (change which adds new functionality)
[ ] This change requires a wiki/documentation update
How Has This Been Tested?
It passes the unit tests 🤷
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Try to checkoff as much as possible if not everything!
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!