[Code Quality] Execute Prettier for Code Formatting #4
Labels
enhancement
New feature or request
good-first-issue
priority: high
Needs to be solved, in some case should be solved first for other issue to move forward
size: small
Ensure consistent code formatting across the repository by setting up and executing Prettier.
Approach:
Install Prettier as a dev dependency. Configure Prettier with a .prettierrc file.
Create a file named
.prettierrc
in root pathFormat all existing codebase files.
This will make all the files we have follow a standard and appropriate indentation
Learn more about prettier from here
The text was updated successfully, but these errors were encountered: