Added Prettier for Code Formatting#103
Added Prettier for Code Formatting#103Himanshityagii24 wants to merge 2 commits intomicrocks:masterfrom
Conversation
Signed-off-by: Himanshityagii24 <tyagihimanshi241@gmail.com>
Signed-off-by: Himanshityagii24 <tyagihimanshi241@gmail.com>
8a69bb1 to
4d04101
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation. There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
|
Thanks for the PR, @Himanshityagii24, and sorry for the delay on this one... So, all these centralized files must be excluded from the GitHub action. 2/ |
|
Not planned due to full refactoring in progress |
Why we need this improvement?
Ensures uniform formatting across frontend and backend.
Reduces code review time by enforcing a standard style.
Improves readability and maintainability.
How will this change help?
Automatically formats code on save or before commits.
Prevents unnecessary formatting changes in PRs.
Works across multiple developers with different editors.
FIXES: #102