-
-
Notifications
You must be signed in to change notification settings - Fork 64
DR: Implement Prettier configurations to standardize code formatting
Efren Marin edited this page Dec 2, 2024
·
1 revision
This is a record in the Decision Records on Solutions Not Implemented.
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.
Implement the industry standard, Prettier formatting to the code base.
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