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

Fix ESLint Errors in Several Files #92

Closed
ansulagrawal opened this issue Aug 3, 2023 · 0 comments · Fixed by #93
Closed

Fix ESLint Errors in Several Files #92

ansulagrawal opened this issue Aug 3, 2023 · 0 comments · Fixed by #93
Labels
Code Refactoring enhancement New feature or request

Comments

@ansulagrawal
Copy link
Member

In the react-big-schedule project, several ESLint errors need to be addressed to ensure consistent code quality and avoid potential bugs. The affected files are:

  1. react-big-schedule/src/components/SchedulerData.js
  2. react-big-schedule/src/components/DnDSource.js
  3. react-big-schedule/src/components/DnDContext.js

Each file needs to be reviewed and updated to comply with the project's ESLint rules. Please note the importance of not disabling the ESLint rules globally or within the files, as this might mask other potential issues.

Please use the npm run lint command after making the changes to ensure that all ESLint errors have been successfully fixed.

Thanks in advance for your attention to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Refactoring enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant