Add Prettier configuration for single quotes#40
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a Prettier configuration file to enforce single quotes. However, the configuration file is misspelled as .pretterrc instead of .prettierrc, which prevents Prettier from recognizing and applying the settings. The reviewer's feedback correctly identifies this issue and advises renaming the file.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Adds a Prettier configuration file to standardize formatting across the repository by preferring single quotes where applicable.
Changes:
- Introduced a root
.prettierrcconfig file. - Enabled Prettier’s
singleQuoteoption.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.