Skip to content
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

Adding ESLint to the project and solving the ESLint Errors #296

Closed
wants to merge 13 commits into from
Closed

Adding ESLint to the project and solving the ESLint Errors #296

wants to merge 13 commits into from

Conversation

bhavik001
Copy link
Contributor

@bhavik001 bhavik001 commented Dec 9, 2023

Description

This pull request addresses the issue related to setting up ESLint in the repository to improve and maintain a consistent code quality across the project. ESLint is a powerful static code analysis tool that helps identify and fix potential issues, enforcing a set of coding standards and best practices. Also, fixes some eslint error.

Changes Made

  • Configure ESLint to the project
  • Package.json Updates.
  • Configured ESLint to run as part of the continuous integration (CI) process, ensuring that code quality is checked automatically with each pull request.

Things to do further:

  • Solve some lint error regarding the import, variable declared but didn't use, etc. for now I have disable eslint for that particular lines.
By opening a pull request, I certify that I hold the intellectual property of the code I am submitting, and I am granting the initial authors of WBO a perpetual, worldwide, non-exclusive, royalty-free, and irrevocable license to this code.

@bhavik001 bhavik001 closed this by deleting the head repository Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant