Skip to content

Conversation

@WA11AX
Copy link
Owner

@WA11AX WA11AX commented Aug 13, 2025

Summary

  • run npm run format to apply Prettier formatting across repo

Testing

  • npm run format:check

https://chatgpt.com/codex/tasks/task_e_689c181be89c832781b6f0aa9a264902

Copilot AI review requested due to automatic review settings August 13, 2025 04:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR applies Prettier formatting across the entire repository to ensure consistent code style and formatting standards.

  • Removes trailing commas from function parameters, object properties, and array elements
  • Removes unnecessary trailing whitespace and empty lines at end of files
  • Reformats multi-line function parameters and object destructuring for better readability

Reviewed Changes

Copilot reviewed 61 out of 61 changed files in this pull request and generated no comments.

Show a summary per file
File Description
server/*.ts Formatting cleanup removing trailing commas and whitespace
client/src/pages/*.tsx Trailing whitespace removal from React component files
client/src/lib/*.ts Function parameter and object formatting improvements
client/src/hooks/*.ts Ternary operator and object property formatting cleanup
client/src/components/ui/*.tsx Extensive formatting of React component props and className concatenations
.eslintrc.json Multi-line formatting of ESLint rule configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants