You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current code base does not currently have formatting standards enforced. This is deteriorating the health of the code by reducing readability, causing unnecessary diff changes, and increasing maintenance time.
Potential Solution
Implement the industry standard, Prettier formatting to the code base.
Feasibility Determination
The only action item that would require more attention would be the mega-diff needed when implementing the agreed upon formatting to the main branch of the project. Seeing as Prettier is widely adopted and is constantly updated, it is a safe solution to implement locally in our project.
This page is part of the Decision Record section of the wiki