Closed PuneetPunamiya closed 3 years ago
Thanks for opening your first issue here! Be sure to follow the issue template! If you are first time visiting this repo please Read this document carefully and please complete the Onboarding Process and if you want to start working please comment on the issue first and setup the project locally and read the Commit Message Styling guide and if you are a maintainer please Read Maintainer Guide
Hey @ayan-biswas0412 I'm the participant of GSSOC'21 could you please assign me this issue
Hey @ayan-biswas0412 I'm the participant of GSSOC'21 could you please assign me this issue
if is there any GitHub action there please search on that because we don't want to run manual test
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.
Configure eslint and prettier for the UI application
The UI application should have a lint and prettier configuration which will keep the code in one format (for e.g. proper spacing, etc) and will make the code look preetier as well
eslint
andpreetier
and executing the commands likenpm run lint
andnpx prettier --write .
will give the warnings/errors which the developers can fix before the code is submitted