Closed SHANip9 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
universal-box | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 22, 2024 8:48am |
The changes involve an update to the .prettierrc
configuration file for a project, specifically modifying the trailingComma
setting from "es5"
to "all"
. This adjustment affects how trailing commas are formatted in the code. Other settings in the configuration, such as singleQuote
, bracketSpacing
, tabWidth
, and semi
, remain unchanged, and a newline has been added at the end of the file.
File Path | Change Summary |
---|---|
template/FullStack/Angular(Frontend)+Nodejs(Backend)/server/.prettierrc | Updated trailingComma from "es5" to "all" ; added a newline at the end of the file. |
In the code where commas play,
A little change has come our way.
From "es5" to "all" they dance,
Formatting now takes a chance!
With a hop and a skip, we cheer,
For prettier code is finally here! 🐇✨
Hey @SHANip9 this change is not that relevant Please check out the currently open issues
adding trailing commas everywhere can help reduce noise in version control and maintain a more consistent code style.
Summary by CodeRabbit