Output of scrum-slate-fe.sh: Already up to date. Attaching to cicd_scrumslatefe_1 scrumslatefe_1 | scrumslatefe_1 | up to date, audited 1866 packages in 21s scrumslatefe_1 | scrumslatefe_1 | 285 packages are looking for funding scrumslatefe_1 | run `npm fund` for details scrumslatefe_1 | scrumslatefe_1 | 23 vulnerabilities (9 moderate, 14 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.3 scrumslatefe_1 | npm notice Changelog: scrumslatefe_1 | npm notice Run `npm install -g npm@10.8.3` 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 | One of your dependencies, babel-preset-react-app, is importing the scrumslatefe_1 | "@babel/plugin-proposal-private-property-in-object" package without scrumslatefe_1 | declaring it in its dependencies. This is currently working because scrumslatefe_1 | "@babel/plugin-proposal-private-property-in-object" is already in your scrumslatefe_1 | node_modules folder for unrelated reasons, but it may break at any time. scrumslatefe_1 | scrumslatefe_1 | babel-preset-react-app is part of the create-react-app project, which scrumslatefe_1 | is not maintianed anymore. It is thus unlikely that this bug will scrumslatefe_1 | ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to scrumslatefe_1 | your devDependencies to work around this error. This will make this message scrumslatefe_1 | go away. scrumslatefe_1 | 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/GoogleTagManager.js scrumslatefe_1 | Line 1:8: 'React' is defined but never used no-unused-vars 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 159:18: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 188:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | Line 204:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 204: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 211: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 212: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 262: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 276: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 289: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 302: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 366: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 379: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 390: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 652: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 115: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 39:25: 'setIsLoadingData' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 40:10: 'isRefresh' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 48:10: 'isDisabled' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76: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 88:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 313: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 529:60: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 583:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 588: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 50:10: 'isEditing' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 115: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 149:9: 'handleEditRole' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 319:13: 'response' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 627: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 744: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 34:5: 'projectUser' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 37:5: 'queryFilter' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 38:5: 'setPage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 44:5: 'isFilterReset' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 192:17: 'hasCheckFilterBy' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 209:23: 'sortValue' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 211:19: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 262:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 262: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 345:9: 'handleOpenAddUserModal' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 401: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 409: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 417: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 436: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 59: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 161:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 217: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 289: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 302: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 397: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 9:63: 'isTestCase' is assigned a value but never used no-unused-vars 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 95: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 222:9: 'handleTitle' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 507: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 561: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 357:42: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TaskListModal.jsx scrumslatefe_1 | Line 24:5: 'isBacklog' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 28:10: 'errors1' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 29:10: 'isLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 29:21: 'setIsLoading' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 33:9: 'dispatch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 40:18: 'errors' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 55:6: React Hook useEffect has a missing dependency: 'resetFormFields'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 62: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 64: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 112:37: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 155: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 34:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 40:5: 'control' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 45:26: 'isValid' is assigned a value but never used no-unused-vars 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 35: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 15:27: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Bugs.jsx scrumslatefe_1 | Line 102: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 204:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 320:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 354:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 831: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 13:11: 'notificationsCount' is assigned a value 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 41:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 58:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 63:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 66:16: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 72:29: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 102:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 102: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 112: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 169: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 184: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.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 152:12: 'goToProjectOverview' is defined but never used no-unused-vars scrumslatefe_1 | Line 171:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | Line 334: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 66:10: 'page' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 66:16: 'setPage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 71:10: 'errors1' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:27: 'setUserAllProjects' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 118:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 234:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 548:19: Unreachable code no-unreachable scrumslatefe_1 | Line 658:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 698:13: 'sprintId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 922:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1091:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1267:19: Unreachable code no-unreachable scrumslatefe_1 | Line 1532: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 1538:6: React Hook useEffect has a missing dependency: 'showTaskModal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1594:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1611:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1774:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 2396: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 38:23: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 84:6: React Hook useEffect has missing dependencies: 'selectedView' and 'taskListData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 98:9: 'updatedUserStoryCount' is defined but never used no-unused-vars scrumslatefe_1 | Line 321:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1213: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 213: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 72:6: React Hook useEffect has a missing dependency: 'fetchProjectAndSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 86:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 211:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 568:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 574:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 652:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 666:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 677:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 692: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 377: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 71: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 26:10: 'totalChunks' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 27:10: 'selectedFile' 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 129:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 250:17: 'statusToMark' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 320: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 25:5: 'setSprintDetail' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 35:10: 'week' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 52:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 55:5: 'setError' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:6: React Hook useEffect has a missing dependency: 'viewSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 260: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 383: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 59:5: 'isTaskSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 90:5: 'watch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 91:35: 'isDirty' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 130: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 206:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 233:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 264: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 520: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/TestCases/AddCaseList.js scrumslatefe_1 | Line 26:5: 'watch' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/AddCaseModal.jsx scrumslatefe_1 | Line 30:10: 'due_date' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 30:20: 'setDueDate' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 31:10: 'startDate' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 31:21: 'setStartDate' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:10: 'storyPoints' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:23: 'setStoryPoints' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 33:10: 'assignedUser' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 37:10: 'addReference' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 56:6: React Hook useEffect has a missing dependency: 'fetchLists'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 90:9: The 'users' array makes the dependencies of useEffect Hook (at line 96) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'users' in its own useMemo() Hook react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/AddDefectModal.js scrumslatefe_1 | Line 19:5: 'getStatusColor' is defined but never used no-unused-vars scrumslatefe_1 | Line 60:12: 'selectedStatus' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76:9: 'watch' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 77:39: 'isDirty' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 111:8: React Hook useEffect has missing dependencies: 'id', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 165:47: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 184:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 215:8: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 456:57: 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/TestCases/AddResultModal.js scrumslatefe_1 | Line 20:12: 'openLightBox' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 21:12: 'lightBoxImages' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 279:49: 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/TestCases/ExecutionModal.js scrumslatefe_1 | Line 72:8: React Hook useEffect has missing dependencies: 'executionDetail?.assignees', 'executionDetail?.description', 'executionDetail?.name', 'executionDetail.testCases', 'id', 'projectUser', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCase.js scrumslatefe_1 | Line 4:3: 'faArrowUpRightFromSquare' is defined but never used no-unused-vars scrumslatefe_1 | Line 10:8: 'TestCaseTable' is defined but never used no-unused-vars scrumslatefe_1 | Line 67:6: React Hook useEffect has missing dependencies: 'TestCasesLists' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 182:6: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCaseList.js scrumslatefe_1 | Line 20:5: 'projectUser' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCaseTable.js scrumslatefe_1 | Line 4:10: 'faArrowUpRightFromSquare' is defined but never used no-unused-vars scrumslatefe_1 | Line 4:56: 'faCalendar' is defined but never used no-unused-vars scrumslatefe_1 | Line 4:68: 'faPlus' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCaseViewDrawer.js scrumslatefe_1 | Line 40:23: 'setTaskHistory' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 41:28: 'setIsLoadingHistory' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 75:6: React Hook useEffect has a missing dependency: 'testCaseDetail?.description'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTask_description' needs the current value of 'testCaseDetail.description' react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestExecution.js scrumslatefe_1 | Line 67:8: React Hook useEffect has missing dependencies: 'fetchTestExecutions' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 72:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/ViewTestExecution.js scrumslatefe_1 | Line 22:34: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 38:15: 'queryString' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 56:8: React Hook useEffect has missing dependencies: 'selectedView' and 'testExecutionData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 64:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 283:81: 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/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 179:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 181:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 231: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 52:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 86:69: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 88:48: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 91: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 1633: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 43:10: 'alltaskId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 146: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 163:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 408:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 412:34: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 416:45: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 499:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1077: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 1003: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 53:6: React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 158: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 4:17: 'useEffect' is defined but never used no-unused-vars scrumslatefe_1 | Line 213: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/TrialSignUp.jsx scrumslatefe_1 | Line 20:8: 'axios' is defined but never used no-unused-vars scrumslatefe_1 | Line 386:38: 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 6: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: