Is your feature request related to a problem? Please describe.
VS-Code formatters are inconsistently leaving a trailing comma in object lists. This leads to "flip-flopping" between two practices when submitting PRs.
Including a formatter/prettifier config in the repo will ensure that VS-Code provides consistent formatting on "format on save".
There is no prettier.rc file in the codebase, and the current editorconfig formatter setup is not overriding the configuration i have in my local machine
Describe the solution you'd like
Add a .prettier.rc file in the codebase and then put the code formatting setup there