Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applied Static Prettier Formatting Tool to public/src/app.js for Consistent Code Style #63

Merged
merged 5 commits into from
Oct 27, 2024

Conversation

aadityanairaaq
Copy link

Reformatted public/src/app.js with Prettier, addressing spacing, line breaks, semicolon usage, and other stylistic elements.
Improved code readability and alignment with the project’s style standards.

Reasons for Using Prettier Tool in Future Reference:
Enhance Readability: Easier for team members to read and understand.
Minimize Style-Related Merge Conflicts: Consistent formatting reduces differences between branches, making merges smoother.
Ensure Uniformity: Sets a foundation for code formatting consistency across the project.

Changes to the file can be seen within the pull request to check for how Prettier formatting was run. Additionally, the following command was run to run Prettier within the file:

npx prettier --write public/src/app.js

@coveralls
Copy link

coveralls commented Oct 27, 2024

Pull Request Test Coverage Report for Build 11541731127

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.005%) to 82.552%

Files with Coverage Reduction New Missed Lines %
src/meta/errors.js 1 76.74%
Totals Coverage Status
Change from base Build 11538870399: -0.005%
Covered Lines: 22365
Relevant Lines: 25675

💛 - Coveralls

@hkkubais hkkubais added the testing task involves creating/analyzing test label Oct 27, 2024
@aadityanairaaq aadityanairaaq merged commit 21c3d23 into f24 Oct 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing task involves creating/analyzing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants