Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Comment on lines +10 to +12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

This addition correctly configures Prettier as the default formatter for .tsx files. This aligns with the project's stated main technologies (TypeScript and React) and the development convention to adhere to existing patterns and coding style (Repository Style Guide, line 73). This ensures consistent formatting across the codebase for React components written in TypeScript.

References
  1. Adhere to existing patterns in packages/cli (React/Ink) and packages/core (Backend logic). (link)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

/gemini review

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I've already provided my review on this change. If you have any specific technical questions about my previous comment or the code, please let me know.

"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down