rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Integrate prettier to ensure consistent formatting across the entire codebase #98

Closed rdw-software closed 3 years ago

rdw-software commented 3 years ago

First Things First

Thank you for your interest in this project!

Before submitting changes, we kindly ask that you read the Getting Started Guide for Contributors. This will hopefully make it clear what steps should be taken and why they're important. Feel free to ask on Discord if you encounter an issue; we're happy to help!

The following checklist will assist you in organizing your contribution:

Style and Formatting

Please check all of the following:

Testing

Please check all of the following:

Alternatively, you can check this:

Documentation

Please check all that apply (at least one):

If you've created an issue in the documentation repository, please link to this PR from there. If you added an outline/bullet points and the documentation is still incomplete or otherwise needs to be improved to reflect this PR, please also create an issue there.


Additional Notes (Optional)

This PR resolves multiple related issues, as it turned out to be much easier to fix the formatting inconsistencies than I had originally anticipated. There probably was no need to split the changes up, but hindsight is 20/20.

No tests are needed, as this is a repository-level change only.