Closed lakshz closed 4 months ago
I will do this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is being automatically closed due to inactivity. However, you may choose to reopen this issue.
Current Behavior
Currently, we don't define a consistent formatting style for the code
Desired Behavior
We should setup
prettier
, that adds the formatting schema in.prettierrc
file.Implementation
npm run format:check
that checks the formatting of codenpm run format:fix
that fixes the formatting of codeAcceptance Tests
Mockups
Contributor Guides and Handbook