You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
react-big-schedule/src/components/SchedulerData.js
react-big-schedule/src/components/DnDSource.js
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.
The text was updated successfully, but these errors were encountered: