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

[Enhancement Request] Prettier Linting #40

Closed anthonyfabius closed 1 year ago

anthonyfabius commented 1 year ago

Describe the Enhancement

With the new addition of Codacy to the repo I think we should also add prettier to ensure we are using standard Javascript/Typescript linting methods. To implement this we just need to install prettier to the dev dependencies and run it on the code base occasionally. We can probably end up automating this eventually but the first step is to add it to the codebase.

Describe the current behavior

We have no linting on anything at all. Having uniformity should help clean up the codebase and get rid of extra whitespace.

Describe alternatives to your enhancement

We manually lint 💀

Screenshots

No response

Additional Context

No response