-
Notifications
You must be signed in to change notification settings - Fork 87
Chore/linting formatting #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Chore/linting formatting #94
Conversation
|
@PorePranav is attempting to deploy a commit to the Vishal Kumar 's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@PorePranav , Let me review this carefully. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hi @vishalverma9572, |
|
@PorePranav, I'm facing several issues while deploying, including multiple syntax errors. Could you please help me with this? Additionally, please avoid pushing changes to Regarding your recent PR #138 , please react on that as soon as possible so that I can merge it. Thank you! |
The syntax errors are due to the fact that a proper linter was added, you need to fix all the syntax errors before you try to deploy the project, I could have done it myself but that would result in a massive refactor so I though it was a good idea that the project owner does it themselves. But if you want I can do the refactor myself, no issues! |
Implemented Linting and Formatting for Frontend and Backend
Summary:
This PR introduces proper linting and formatting configurations and fixes #84 using Prettier and ESLint for both the frontend and backend projects.
Changes:
lint,lint:fix, andformatnpm scripts for both frontend and backend to make it easy to check and fix linting/formatting issues.Steps to get linting and formatting working:
Review the Configuration: Before running any commands, please check the
.eslintrcand.prettierrcconfig files in both the frontend and backend folders.Run Commands:
After reviewing and possibly modifying the configurations, run the following commands to check and fix linting and formatting errors:
Frontend:
Backend:
Note:
I have not run the linting and formatting commands myself to avoid making unnecessary changes. Please run them after reviewing the configuration to fix any existing errors and apply the formatting changes.
Thank you!