Output of scrum-slate-fe.sh: Attaching to cicd_scrumslatefe_1 scrumslatefe_1 | scrumslatefe_1 | up to date, audited 1866 packages in 17s scrumslatefe_1 | scrumslatefe_1 | 285 packages are looking for funding scrumslatefe_1 | run `npm fund` for details scrumslatefe_1 | scrumslatefe_1 | 20 vulnerabilities (7 moderate, 13 high) scrumslatefe_1 | scrumslatefe_1 | To address issues that do not require attention, run: scrumslatefe_1 | npm audit fix scrumslatefe_1 | scrumslatefe_1 | To address all issues possible (including breaking changes), run: scrumslatefe_1 | npm audit fix --force scrumslatefe_1 | scrumslatefe_1 | Some issues need review, and may require choosing scrumslatefe_1 | a different dependency. scrumslatefe_1 | scrumslatefe_1 | Run `npm audit` for details. scrumslatefe_1 | npm notice scrumslatefe_1 | npm notice New major version of npm available! 8.19.4 -> 10.8.2 scrumslatefe_1 | npm notice Changelog: scrumslatefe_1 | npm notice Run `npm install -g npm@10.8.2` to update! scrumslatefe_1 | npm notice scrumslatefe_1 | scrumslatefe_1 | > variables@0.1.0 build scrumslatefe_1 | > react-scripts build scrumslatefe_1 | scrumslatefe_1 | Creating an optimized production build... scrumslatefe_1 | Compiled with warnings. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (6:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (6:31105) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (11:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | [eslint] scrumslatefe_1 | src/App.js scrumslatefe_1 | Line 1:17: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | Line 17:9: 'isAuthenticated' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/Redux/Slice/Projects.js scrumslatefe_1 | Line 1:41: 'createAction' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/Redux/store.js scrumslatefe_1 | Line 3:8: 'storage' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/Utils/constants.js scrumslatefe_1 | Line 3:31: Unnecessary escape character: \" no-useless-escape scrumslatefe_1 | Line 3:56: Unnecessary escape character: \" no-useless-escape scrumslatefe_1 | Line 3:65: Unnecessary escape character: \" no-useless-escape scrumslatefe_1 | Line 3:69: Unnecessary escape character: \" no-useless-escape scrumslatefe_1 | scrumslatefe_1 | src/Utils/helpers.js scrumslatefe_1 | Line 318:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 322:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/MainLayout/Footer.js scrumslatefe_1 | Line 53:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 97:23: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 131:23: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/componets/Navbar.jsx scrumslatefe_1 | Line 56:6: React Hook useEffect has a missing dependency: 'projectView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 77:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 77:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps scrumslatefe_1 | Line 113:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 177:43: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | Line 189:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 190:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 235:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 248:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 260:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 272:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 284:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 296:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 306:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 558:19: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/componets/Sidebar.jsx scrumslatefe_1 | Line 21:11: 'id' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 21:15: 'fileId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 21:23: 'taskId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 21:31: 'listId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'setIsSmallSidebar'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 70:10: 'dropdownOpen' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 95:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 105:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 115:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 125:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 135:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 145:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 157:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 165:17: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 186:23: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 211:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AI/AiModalWindow.jsx scrumslatefe_1 | Line 17:10: 'descImage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 53:6: React Hook useEffect has missing dependencies: 'setState', 'state.desc', and 'state.type'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 111:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 135:21: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AudioRecorder.jsx scrumslatefe_1 | Line 2:24: 'faPlay' is defined but never used no-unused-vars scrumslatefe_1 | Line 14:10: 'audioChunks' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 15:10: 'listening' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 16:10: 'recognition' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AutoCompleteLables.js scrumslatefe_1 | Line 8:7: 'labelsList' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/CustomTextEditor.js scrumslatefe_1 | Line 13:10: 'createFiles' is defined but never used no-unused-vars scrumslatefe_1 | Line 31:9: 'dispatch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'description'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 51:39: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps scrumslatefe_1 | Line 113:11: 'heightPx' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Filters/FilterSideDrawer.jsx scrumslatefe_1 | Line 55:5: 'setQueryFilter' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76:18: 'errors' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76:35: 'isDirty' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 144:6: React Hook useEffect has a missing dependency: 'isGlobal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/InviteUser.jsx scrumslatefe_1 | Line 38:25: 'setIsLoadingData' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 39:10: 'isRefresh' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 47:10: 'isDisabled' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 75:6: React Hook useEffect has missing dependencies: 'project?.users' and 'projectAllUsers'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 87:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 310:6: React Hook useEffect has missing dependencies: 'handleAddedUser', 'isProjectCard', 'project?.desc', 'project.id', 'project?.name', 'refreshProject', and 'teamMember'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Kanbanboard.jsx scrumslatefe_1 | Line 193:5: Duplicate key 'drop' no-dupe-keys scrumslatefe_1 | Line 224:10: 'loading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 228:10: 'openTaskDrawer' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 240:9: 'handleDrawerClose' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 243:9: 'updateSubTask' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 353:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 361:62: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 374:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 530:60: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 584:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 589:34: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/AllTaskSubheader.jsx scrumslatefe_1 | Line 13:10: 'StarOutlined' is defined but never used no-unused-vars scrumslatefe_1 | Line 41:10: 'isFilterMenu' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 41:24: 'setIsFilterMenu' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 122:21: 'sortValue' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 124:17: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 178:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 178:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps scrumslatefe_1 | Line 208:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 217:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 227:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 245:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/ProjectModalWindow.js scrumslatefe_1 | Line 43:10: 'isEditing' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 108:6: React Hook useEffect has missing dependencies: 'reset', 'setIsEditProject', 'setOpen', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 142:9: 'handleEditRole' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 312:13: 'response' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 611:27: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 728:21: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/ProjectViewSubHeader.js scrumslatefe_1 | Line 33:5: 'projectUser' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 36:5: 'queryFilter' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 37:5: 'setPage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 43:5: 'isFilterReset' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 181:17: 'hasCheckFilterBy' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 198:23: 'sortValue' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 200:19: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 251:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 251:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps scrumslatefe_1 | Line 334:9: 'handleOpenAddUserModal' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 388:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 396:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 404:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 423:27: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/ScreenRecorder.jsx scrumslatefe_1 | Line 24:6: React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 149:6: React Hook useEffect has missing dependencies: 'mediaRecorder', 'props', 'recordedChunks', 'screenStream', and 'timer'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps scrumslatefe_1 | Line 156:6: React Hook useEffect has a missing dependency: 'startRecording'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 158:9: 'downloadRecording' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Search.js scrumslatefe_1 | Line 3:41: 'getMeilisearchResults' is defined but never used no-unused-vars scrumslatefe_1 | Line 8:11: 'client' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 85:8: React Hook useEffect has a missing dependency: 'recentSearchesPlugin'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Task/CustomPopOverMenu.js scrumslatefe_1 | Line 14:6: React Hook useEffect has missing dependencies: 'allUsers?.length' and 'selectedUsers?.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 72:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Task/CustomUserAutoCompleteController.js scrumslatefe_1 | Line 45:76: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskAssigned.js scrumslatefe_1 | Line 57:6: React Hook React.useEffect has a missing dependency: 'isTaskList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 152:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 202:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 267:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 279:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 369:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskDueDate.js scrumslatefe_1 | Line 3:38: 'useRef' is defined but never used no-unused-vars scrumslatefe_1 | Line 21:5: 'setLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 29:11: 'id' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 39:6: React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies react-hooks/exhaustive-deps scrumslatefe_1 | Line 39:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskFollowers.js scrumslatefe_1 | Line 54:6: React Hook useEffect has a missing dependency: 'handlePopoverClose'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskPriority.js scrumslatefe_1 | Line 24:5: 'setLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 38:6: React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies react-hooks/exhaustive-deps scrumslatefe_1 | Line 38:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 111:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 114:7: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskStatus.js scrumslatefe_1 | Line 32:5: 'isTableView' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 41:10: 'listViewStatusName' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 47:6: React Hook useEffect has a missing dependency: 'listTaskStatus'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 61:6: React Hook useEffect has missing dependencies: 'isList', 'taskDetail.task_id', and 'taskProgress'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 145:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskStoryPoint.js scrumslatefe_1 | Line 10:5: 'refreshStorypoint' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskViewSideDrawer.js scrumslatefe_1 | Line 93:6: React Hook useEffect has missing dependencies: 'id', 'projectId', and 'taskDetail?.task_desc'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTask_description' needs the current value of 'taskDetail.task_desc' react-hooks/exhaustive-deps scrumslatefe_1 | Line 189:9: 'handleTitle' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 242:9: 'openFileNewTab' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 450:45: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 504:45: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/ListBoard.js scrumslatefe_1 | Line 24:5: 'isSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 77:38: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 210:35: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 389:44: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 507:39: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TableBoard.js scrumslatefe_1 | Line 42:5: 'addIllustration' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 43:5: 'handleOpenTaskWindow' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 118:36: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 356:42: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TaskListModal.jsx scrumslatefe_1 | Line 23:5: 'isBacklog' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 27:10: 'errors1' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 28:10: 'isLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 28:21: 'setIsLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:9: 'dispatch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 39:18: 'errors' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 54:6: React Hook useEffect has a missing dependency: 'resetFormFields'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 61:6: React Hook useEffect has missing dependencies: 'listDetail.description', 'listDetail.name', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TasksList.js scrumslatefe_1 | Line 25:5: 'isTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 63:6: React Hook useEffect has a missing dependency: 'taskListId'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/FileBoxLoader.js scrumslatefe_1 | Line 47:13: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 57:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/ViewFileDrawerLoader.js scrumslatefe_1 | Line 14:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 21:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 31:17: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/projectOverview/ChartLoader.js scrumslatefe_1 | Line 7:10: 'days' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 7:16: 'setDays' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/projectOverview/OverviewLoader.js scrumslatefe_1 | Line 40:21: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 43:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 44:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 59:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/projectOverview/StatusChartLoader.js scrumslatefe_1 | Line 71:6: React Hook useEffect has a missing dependency: 'taskStatus'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/userDashboard/DashboardLoader.js scrumslatefe_1 | Line 11:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 25:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 41:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 78:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/userDashboard/ProfileLoader.js scrumslatefe_1 | Line 15:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 16:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 26:25: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/AddTaskModalWindow.js scrumslatefe_1 | Line 17:9: 'dispatch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 111:37: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 154:6: React Hook useEffect has a missing dependency: 'setIsList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/MoveToProject.jsx scrumslatefe_1 | Line 35:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 41:5: 'control' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 46:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 131:46: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/SprintStatusModal.jsx scrumslatefe_1 | Line 30:11: 'id' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 84:6: React Hook useEffect has a missing dependency: 'completeSprintTaskCount'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 103:5: 'watch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 105:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 158:6: React Hook useEffect has missing dependencies: 'reset' and 'setSprintData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 321:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/layouts/AuthLayouts.js scrumslatefe_1 | Line 3:8: 'Logo' is defined but never used no-unused-vars scrumslatefe_1 | Line 33:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/layouts/PrivateLayout.js scrumslatefe_1 | Line 14:27: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Bugs.jsx scrumslatefe_1 | Line 101:6: React Hook useEffect has missing dependencies: 'allBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 179:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 295:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 329:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 741:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Dashboard.jsx scrumslatefe_1 | Line 251:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Notification/NotificationList.js scrumslatefe_1 | Line 5:10: 'useNavigate' is defined but never used no-unused-vars scrumslatefe_1 | Line 21:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 42:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 75:11: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 134:29: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 150:21: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects.jsx scrumslatefe_1 | Line 33:9: 'members' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 46:10: 'users' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 58:6: React Hook useEffect has missing dependencies: 'AllArchivedProjects' and 'getAllProjects'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 149:12: 'goToProjectOverview' is defined but never used no-unused-vars scrumslatefe_1 | Line 320:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Backlog/Backlog.jsx scrumslatefe_1 | Line 64:10: 'page' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 64:16: 'setPage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 69:10: 'errors1' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 84:27: 'setUserAllProjects' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 116:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 232:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 546:19: Unreachable code no-unreachable scrumslatefe_1 | Line 656:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 696:13: 'sprintId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 920:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1089:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1265:19: Unreachable code no-unreachable scrumslatefe_1 | Line 1530:6: React Hook useEffect has missing dependencies: 'getBacklog', 'selectedView', and 'taskLists'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1536:6: React Hook useEffect has a missing dependency: 'showTaskModal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1592:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1609:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1772:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 2338:45: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Backlog/ViewTaskList.jsx scrumslatefe_1 | Line 41:23: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 79:6: React Hook useEffect has missing dependencies: 'projectDetails', 'selectedView', and 'taskListData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 93:9: 'updatedUserStoryCount' is defined but never used no-unused-vars scrumslatefe_1 | Line 316:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 761:9: 'updateListStoryPoint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1097:41: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Calender/ProjectCalender.js scrumslatefe_1 | Line 39:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 103:6: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Files.jsx scrumslatefe_1 | Line 34:9: 'dispatch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 210:21: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/BoardModal.js scrumslatefe_1 | Line 39:10: 'isLoadingCliper' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:6: React Hook useEffect has a missing dependency: 'handleViewStatusDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 86:14: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/ProgressBoard.jsx scrumslatefe_1 | Line 43:21: 'setIsDisable' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 73:6: React Hook useEffect has a missing dependency: 'fetchProjectAndSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 87:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 212:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 569:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 575:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 653:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 667:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 678:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 693:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/SelectBoardModal.js scrumslatefe_1 | Line 4:17: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | Line 4:28: 'useState' is defined but never used no-unused-vars scrumslatefe_1 | Line 4:38: 'useCallback' is defined but never used no-unused-vars scrumslatefe_1 | Line 35:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectBugs.jsx scrumslatefe_1 | Line 22:10: 'deleteOrAdd' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 22:23: 'setDeleteOrAdd' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 63:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 230:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 317:6: React Hook useEffect has missing dependencies: 'projectAllBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 376:29: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/BacklogActivityChart.js scrumslatefe_1 | Line 89:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/OverviewTasklist.js scrumslatefe_1 | Line 45:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 184:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 191:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 198:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/ProjectOverview.js scrumslatefe_1 | Line 25:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 84:6: React Hook useEffect has a missing dependency: 'projectOverviewData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/ProjectTaskChart.js scrumslatefe_1 | Line 143:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/TaskCompletionTable.js scrumslatefe_1 | Line 1:17: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/TeamTaskOverviewChart.js scrumslatefe_1 | Line 90:43: The ref value 'chartContainerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'chartContainerRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps scrumslatefe_1 | Line 93:18: The ref value 'chartRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'chartRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps scrumslatefe_1 | Line 96:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/VelocityChart.js scrumslatefe_1 | Line 97:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectSprints.jsx scrumslatefe_1 | Line 72:10: 'filterStatus' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 113:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 163:65: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 466:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 506:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 512:46: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 556:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 872:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 967:6: React Hook useEffect has missing dependencies: 'getAllSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1077:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1185:29: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1866:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Setting/ImportProject.jsx scrumslatefe_1 | Line 77:21: 'chunk' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:5: React Hook useCallback has a missing dependency: 'uploadChunk'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Setting/ProjectManageStatus.jsx scrumslatefe_1 | Line 250:17: 'statusToMark' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 321:6: React Hook useEffect has missing dependencies: 'projectStatuses' and 'projectView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintBurnUpTable.jsx scrumslatefe_1 | Line 6:9: 'completedPoints' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintCumulativeChart.jsx scrumslatefe_1 | Line 83:6: React Hook useEffect has a missing dependency: 'statusCountData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 86:9: 'getRandomColor' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintModalFields.jsx scrumslatefe_1 | Line 34:10: 'week' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 51:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 54:5: 'setError' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 85:6: React Hook useEffect has a missing dependency: 'viewSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 251:6: React Hook useEffect has missing dependencies: 'sprintDetail?.name', 'sprintDetail?.sprint_owner', 'sprintEndDate', and 'sprintStartDate'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 367:17: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintReportModal.jsx scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'chartData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/AddSubBug.jsx scrumslatefe_1 | Line 18:5: 'handleGetTaskId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 19:5: 'handleUpdateTask' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/AddSubTask.jsx scrumslatefe_1 | Line 17:5: 'handleGetTaskId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 18:5: 'handleUpdateTask' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskAttachments.js scrumslatefe_1 | Line 41:6: React Hook useEffect has missing dependencies: 'getAttachmentFiles' and 'taskDetail.task_id'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskComments.jsx scrumslatefe_1 | Line 33:10: 'taskToUpdate' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskMediaRecorder.js scrumslatefe_1 | Line 19:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskModal.jsx scrumslatefe_1 | Line 4:8: 'Checkbox' is defined but never used no-unused-vars scrumslatefe_1 | Line 5:8: 'InputLabel' is defined but never used no-unused-vars scrumslatefe_1 | Line 6:8: 'ListItemText' is defined but never used no-unused-vars scrumslatefe_1 | Line 14:10: 'Controller' is defined but never used no-unused-vars scrumslatefe_1 | Line 42:8: 'CustomAvatar' is defined but never used no-unused-vars scrumslatefe_1 | Line 62:5: 'isTaskSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 93:5: 'watch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 94:35: 'isDirty' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 133:6: React Hook useEffect has missing dependencies: 'bugDetail.bug_due_date', 'bugDetail.bug_name', 'bugDetail.bug_priority', 'bugId', 'id', 'isSubTask', 'projectId', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 209:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 236:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 267:6: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 522:29: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/ViewTaskSidebar.js scrumslatefe_1 | Line 96:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ViewFileSideDrawer.jsx scrumslatefe_1 | Line 36:6: React Hook useEffect has a missing dependency: 'fileData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 113:29: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Recording.jsx scrumslatefe_1 | Line 39:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Billing.js scrumslatefe_1 | Line 23:9: 'plan' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 93:34: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 145:31: The scope prop can only be used on elements jsx-a11y/scope scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/BillingLoader.js scrumslatefe_1 | Line 10:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 11:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 16:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 22:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 26:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 35:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 36:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/CheckoutModal.js scrumslatefe_1 | Line 175:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 177:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 227:42: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/ManageAccount.jsx scrumslatefe_1 | Line 49:6: React Hook useEffect has a missing dependency: 'viewProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 73:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/PlanCardLoader.js scrumslatefe_1 | Line 7:9: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 9:11: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 10:11: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 18:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | Line 42:17: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/PlanCards.js scrumslatefe_1 | Line 11:9: 'navigate' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 53:38: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 88:40: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 90:48: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 93:39: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Plans.js scrumslatefe_1 | Line 6:8: 'axios' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/PlansTable.jsx scrumslatefe_1 | Line 2:10: 'formatAmountToCurrency' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/UserPayCard.js scrumslatefe_1 | Line 10:5: 'isShowRadio' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Sprints.jsx scrumslatefe_1 | Line 7:28: 'useRef' is defined but never used no-unused-vars scrumslatefe_1 | Line 39:10: 'search' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 83:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 106:6: React Hook useEffect has missing dependencies: 'allSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 107:9: 'clearSearch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 180:50: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 184:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 397:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 491:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 497:38: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 506:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1591:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Tasks.jsx scrumslatefe_1 | Line 42:10: 'alltaskId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 145:6: React Hook useEffect has missing dependencies: 'allTasks' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 162:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 382:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 386:34: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 390:45: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 473:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1011:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Teams/Teams.jsx scrumslatefe_1 | Line 58:6: React Hook useEffect has missing dependencies: 'dispatch' and 'roles.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 215:40: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Teams/UserProfile.jsx scrumslatefe_1 | Line 43:6: React Hook useEffect has a missing dependency: 'fetchUserProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 57:6: React Hook useEffect has a missing dependency: 'refreshUserTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/ViewSprint.jsx scrumslatefe_1 | Line 23:8: 'TasklistLoader' is defined but never used no-unused-vars scrumslatefe_1 | Line 87:6: React Hook useEffect has missing dependencies: 'project?.statuses' and 'sprintStatuses'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilterStatus' needs the current value of 'sprintStatuses' react-hooks/exhaustive-deps scrumslatefe_1 | Line 91:6: React Hook useEffect has missing dependencies: 'fetchSprintData' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 133:6: React Hook useEffect has a missing dependency: 'refreshSprintTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 226:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 645:17: 'newStatusIndex' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 997:9: 'updateListStoryPoint' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/About Us/AboutContent.jsx scrumslatefe_1 | Line 2:8: 'Zakria' is defined but never used no-unused-vars scrumslatefe_1 | Line 3:8: 'AwaisA' is defined but never used no-unused-vars scrumslatefe_1 | Line 4:8: 'Faisal' is defined but never used no-unused-vars scrumslatefe_1 | Line 5:8: 'Cap' is defined but never used no-unused-vars scrumslatefe_1 | Line 6:8: 'Twitter' is defined but never used no-unused-vars scrumslatefe_1 | Line 7:8: 'LinkedIn' is defined but never used no-unused-vars scrumslatefe_1 | Line 8:8: 'Pintrest' is defined but never used no-unused-vars scrumslatefe_1 | Line 9:8: 'Facebook' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/About Us/AboutUs.jsx scrumslatefe_1 | Line 7:27: 'setIsNavbarVisible' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/Forget.jsx scrumslatefe_1 | Line 18:5: 'control' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/Login.jsx scrumslatefe_1 | Line 9:8: 'facebook' is defined but never used no-unused-vars scrumslatefe_1 | Line 52:6: React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 157:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/ResetPassword.jsx scrumslatefe_1 | Line 1:27: 'useRef' is defined but never used no-unused-vars scrumslatefe_1 | Line 2:8: 'Logo' is defined but never used no-unused-vars scrumslatefe_1 | Line 4:8: 'axios' is defined but never used no-unused-vars scrumslatefe_1 | Line 28:5: 'control' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/SignUp.jsx scrumslatefe_1 | Line 194:29: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | Line 211:36: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/VerifyEmail.js scrumslatefe_1 | Line 26:6: React Hook useEffect has a missing dependency: 'queryParams'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Contact/ContactUs.jsx scrumslatefe_1 | Line 2:10: 'useNavigate' is defined but never used no-unused-vars scrumslatefe_1 | Line 8:29: 'setIsNavbarVisible' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Contact/Form.jsx scrumslatefe_1 | Line 13:10: 'isSubmitDisabled' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 13:28: 'setIsSubmitDisabled' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Extention/Extension.js scrumslatefe_1 | Line 1:27: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | Line 155:9: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Extention/ExtensionFeatureCard.js scrumslatefe_1 | Line 5:11: Destructuring assignment ref unnecessarily renamed no-useless-rename scrumslatefe_1 | Line 44:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileView.js scrumslatefe_1 | Line 14:12: 'isLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:8: React Hook useEffect has missing dependencies: 'id' and 'location.search'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileViewMux.js scrumslatefe_1 | Line 5:10: 'api' is defined but never used no-unused-vars scrumslatefe_1 | Line 6:8: 'Plyr' is defined but never used no-unused-vars scrumslatefe_1 | Line 12:12: 'isLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 12:23: 'setIsLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 31:8: React Hook useEffect has a missing dependency: 'location.search'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileViewMuxUpload.js scrumslatefe_1 | Line 2:10: 'useLocation' is defined but never used no-unused-vars scrumslatefe_1 | Line 9:12: 'isLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Pricing/Pricing.jsx scrumslatefe_1 | Line 2:10: 'useNavigate' is defined but never used no-unused-vars scrumslatefe_1 | Line 8:27: 'setIsNavbarVisible' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/featurePage/Communication.jsx scrumslatefe_1 | Line 78:17: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/featurePage/Feature.jsx scrumslatefe_1 | Line 14:27: 'setIsNavbarVisible' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/featurePage/Project.jsx scrumslatefe_1 | Line 76:17: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/featurePage/Reporting.jsx scrumslatefe_1 | Line 44:17: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/featurePage/Tasks.jsx scrumslatefe_1 | Line 44:17: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/featurePage/Team.jsx scrumslatefe_1 | Line 75:17: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/About.jsx scrumslatefe_1 | Line 49:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Carousel.jsx scrumslatefe_1 | Line 16:10: 'currentSlide' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Contact.jsx scrumslatefe_1 | Line 1:27: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Features.jsx scrumslatefe_1 | Line 1:17: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Graph.jsx scrumslatefe_1 | Line 48:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Home.jsx scrumslatefe_1 | Line 5:8: 'Images' is defined but never used no-unused-vars scrumslatefe_1 | Line 103:17: